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 d31e779aae..b18dd02fc0 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.52 2022/06/27 14:10:22 tb Exp $ */ 1/* $OpenBSD: x509_vfy.h,v 1.53 2022/07/04 12:17: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 *
@@ -435,6 +435,7 @@ int X509_VERIFY_PARAM_set_trust(X509_VERIFY_PARAM *param, int trust);
435void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth); 435void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);
436#if defined(LIBRESSL_INTERNAL) 436#if defined(LIBRESSL_INTERNAL)
437void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level); 437void X509_VERIFY_PARAM_set_auth_level(X509_VERIFY_PARAM *param, int auth_level);
438time_t X509_VERIFY_PARAM_get_time(const X509_VERIFY_PARAM *param);
438#endif 439#endif
439void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t); 440void X509_VERIFY_PARAM_set_time(X509_VERIFY_PARAM *param, time_t t);
440int X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param, 441int X509_VERIFY_PARAM_add0_policy(X509_VERIFY_PARAM *param,