> Frank O'Dwyer wrote:
> >
> > Hi,
> >
> > Is it still possible to build OpenSSL without RSA support? The configure
> > script doesn't mention -DNO_RSA as an option, and when I went ahead and
> > specified it anyway, the build was broken in a number of places. Are
> > there any other flags I need to add?
> >
>
> It is broken and IMHO for this stuff to work properly it should also not
> compile anything in the crypto/rsa directory. The current build process
> doesn't support this and things like the Win32 build need the DEF files
> manually patched.
>
> I was looking into how to do this cleanly but it wont make it into
> 0.9.2. I'll have another look after the 0.9.2 release.
The quick fix solution is to place #ifndef NO_RSA around every file in
crypto/rsa and then to add stub functions that only return an error
value NOT_COMPILED when called.
This would avoid the .DEF issues in Win32 and any need to change the
build procedures.
Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
The Kermit Project * Columbia University
612 West 115th St #716 * New York, NY * 10025
http://www.kermit-project.org/k95.html * [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]