[Patch] util/libeay.num

2006-05-12 Thread Gisle Vanem
With the following patch I'm able to link openssl.exe using the DLL (and not the static libs): --- orig/util/libeay.num Mon Apr 17 15:01:06 2006 +++ util/libeay.num Fri May 12 16:52:48 2006 @@ -3683,3 +3683,6 @@ EVP_PKEY_verify_recover 4079 EXIST::FUNCTION:

Re: [Patch] util/libeay.num

2006-05-12 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 12 May 2006 16:57:58 +0200, Gisle Vanem [EMAIL PROTECTED] said: giva With the following patch I'm able to link openssl.exe using the DLL giva (and not the static libs): Did a make update. There were more symbols missing and some other stuff to correct. The