summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509/x509_vfy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509/x509_vfy.h')
-rw-r--r--src/lib/libcrypto/x509/x509_vfy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/x509/x509_vfy.h b/src/lib/libcrypto/x509/x509_vfy.h
index 3ee26ccd7b..ad729d84ed 100644
--- a/src/lib/libcrypto/x509/x509_vfy.h
+++ b/src/lib/libcrypto/x509/x509_vfy.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_vfy.h,v 1.25 2018/03/17 15:39:43 tb Exp $ */ 1/* $OpenBSD: x509_vfy.h,v 1.26 2018/03/17 15:43:32 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -443,6 +443,7 @@ int X509_STORE_set_flags(X509_STORE *ctx, unsigned long flags);
443int X509_STORE_set_purpose(X509_STORE *ctx, int purpose); 443int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
444int X509_STORE_set_trust(X509_STORE *ctx, int trust); 444int X509_STORE_set_trust(X509_STORE *ctx, int trust);
445int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm); 445int X509_STORE_set1_param(X509_STORE *ctx, X509_VERIFY_PARAM *pm);
446X509_VERIFY_PARAM *X509_STORE_get0_param(X509_STORE *ctx);
446 447
447void X509_STORE_set_verify_cb(X509_STORE *ctx, 448void X509_STORE_set_verify_cb(X509_STORE *ctx,
448 int (*verify_cb)(int, X509_STORE_CTX *)); 449 int (*verify_cb)(int, X509_STORE_CTX *));