summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/x509_vfy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/x509_vfy.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/x509_vfy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/x509_vfy.h b/src/lib/libcrypto/hidden/openssl/x509_vfy.h
index b5f2ac1a85..3502492133 100644
--- a/src/lib/libcrypto/hidden/openssl/x509_vfy.h
+++ b/src/lib/libcrypto/hidden/openssl/x509_vfy.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: x509_vfy.h,v 1.6 2023/07/05 21:14:54 bcook Exp $ */ 1/* $OpenBSD: x509_vfy.h,v 1.7 2024/02/23 10:39:07 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -40,6 +40,7 @@ LCRYPTO_USED(X509_STORE_new);
40LCRYPTO_USED(X509_STORE_free); 40LCRYPTO_USED(X509_STORE_free);
41LCRYPTO_USED(X509_STORE_up_ref); 41LCRYPTO_USED(X509_STORE_up_ref);
42LCRYPTO_USED(X509_STORE_get0_objects); 42LCRYPTO_USED(X509_STORE_get0_objects);
43LCRYPTO_USED(X509_STORE_get1_objects);
43LCRYPTO_USED(X509_STORE_get_ex_data); 44LCRYPTO_USED(X509_STORE_get_ex_data);
44LCRYPTO_USED(X509_STORE_set_ex_data); 45LCRYPTO_USED(X509_STORE_set_ex_data);
45LCRYPTO_USED(X509_STORE_set_flags); 46LCRYPTO_USED(X509_STORE_set_flags);