Hello,

I believe:
http://cvs.openssl.org/chngview?cn=17631

Broke mingw mkdef.pl although I don't fully understand why.

It tries to export the jpake functions even if the jpake is disabled by default.

To temporary solve it I use the following:
--- openssl-SNAP-20081115.org/util/mkdef.pl     2008-11-12
20:00:24.000000000 +0200
+++ openssl-SNAP-20081115/util/mkdef.pl 2008-11-15 09:38:43.000000000 +0200
@@ -313,7 +313,7 @@ $crypto.=" crypto/krb5/krb5_asn.h";
 #$crypto.=" crypto/store/store.h";
 $crypto.=" crypto/pqueue/pqueue.h";
 $crypto.=" crypto/cms/cms.h";
-$crypto.=" crypto/jpake/jpake.h";
+#$crypto.=" crypto/jpake/jpake.h";

 my $symhacks="crypto/symhacks.h";

Regards,
Alon.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to