From 6aa1770c6d9c305caf0b0798e55c94797be271ec Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 18 Oct 2009 14:40:33 +0000 Subject: Use new X509_STORE_set_verify_cb function instead of old macro. --- apps/verify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/verify.c') diff --git a/apps/verify.c b/apps/verify.c index 838ac46827..96fcfb429d 100644 --- a/apps/verify.c +++ b/apps/verify.c @@ -93,7 +93,7 @@ int MAIN(int argc, char **argv) cert_ctx=X509_STORE_new(); if (cert_ctx == NULL) goto end; - X509_STORE_set_verify_cb_func(cert_ctx,cb); + X509_STORE_set_verify_cb(cert_ctx,cb); ERR_load_crypto_strings(); -- cgit v1.2.3