Hi all!

Using yesterday's snap (openssl-SNAP-19990503) I discovered following
things:

I never use rsaref..., but for completenes:

--- rsaref.h.orig       Tue Apr 27 06:00:21 1999
+++ rsaref.h    Tue May  4 13:14:26 1999
@@ -59,6 +59,10 @@
 #ifndef HEADER_RSAREF_H
 #define HEADER_RSAREF_H
 
+#ifdef  _cplusplus
+extern "C" {
+#endif
+
 #ifndef NO_RSA
 #include <openssl/rsa.h>


This one costed me some hours... :-)

--- bio.h.orig  Mon Apr 26 19:00:12 1999
+++ bio.h       Mon May  3 20:59:35 1999
@@ -535,7 +535,6 @@
 /* Tim Hudson's portable varargs stuff */
 
 #define VAR_ANSI       /* select ANSI version by default */
-#endif
 
 #ifdef VAR_ANSI
 /* ANSI version of a "portable" macro set for variable length args */
@@ -554,6 +553,9 @@
 #define VAR_END(args)          va_end(args);
 
 int BIO_printf( VAR_PLIST( BIO *, bio ) );
+
+#endif
+
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any
changes
  * made after this point may be overwritten when the script is next run.


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

Reply via email to