Hi!

More MSVC fixes.

The little path below is required to get crypto/engine/hw_aep.c to
compile with MSVC.

Best regards,

//oscar

diff -u -r1.1.2.4 hw_aep.c
--- hw_aep.c    7 Feb 2002 22:04:27 -0000       1.1.2.4
+++ hw_aep.c    23 Feb 2002 10:20:39 -0000
@@ -82,8 +82,8 @@
 #endif
 
 
-static int aep_init();
-static int aep_finish();
+static int aep_init(void);
+static int aep_finish(void);
 static AEP_RV aep_get_connection(AEP_CONNECTION_HNDL_PTR hConnection);
 static AEP_RV aep_return_connection(AEP_CONNECTION_HNDL hConnection);
 static AEP_RV aep_close_all_connections(int use_engine_lock, int
*in_use);
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to