Change functions to ANSI C.
[oweals/openssl.git] / crypto / pkcs7 / dec.c
index 2622cbd696d29926ac28ffafa4bf756d673d186d..e02a8059c1517d2182faa775a7ea07339c3c3cc6 100644 (file)
@@ -192,9 +192,7 @@ err:
        }
 
 /* should be X509 * but we can just have them as char *. */
-int verify_callback(ok, ctx)
-int ok;
-X509_STORE_CTX *ctx;
+int verify_callback(int ok, X509_STORE_CTX *ctx)
        {
        char buf[256];
        X509 *err_cert;