Various Win32 fixes. Win95 doesn't support MoveFileEx() (which was used for a
[openssl.git] / ssl / ssl_cert.c
index 30877eaef69cabd93b8b9ed80b17af7a5718f1d0..be4efac384d653c5297821ba976f9b2f65262fb8 100644 (file)
@@ -380,7 +380,7 @@ int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
     X509 *x=NULL;
     X509_NAME *xn=NULL;
     int ret=1;
     X509 *x=NULL;
     X509_NAME *xn=NULL;
     int ret=1;
-    int (*oldcmp)();
+    int (*oldcmp)(X509_NAME **a, X509_NAME **b);
 
     oldcmp=sk_X509_NAME_set_cmp_func(stack,name_cmp);
 
 
     oldcmp=sk_X509_NAME_set_cmp_func(stack,name_cmp);