Sorry, I figured it out. It was a problem with the path of my build being changed to link with the SSL libraries. The nmake util does some changing of directories as it builds, but regsvr32 needs to be run when the make is in the master directory of the project (i.e., above /Debug/ or /Release/ directories). If you change (as you do to link in .libs), you have a problem with regsvr32 and have to manually register it. John K. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
