artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d5bb75
)
Add LCRYPTO_USED(X509_get_signature_info)
author
tb
<tb@openbsd.org>
Wed, 28 Aug 2024 08:41:18 +0000
(08:41 +0000)
committer
tb
<tb@openbsd.org>
Wed, 28 Aug 2024 08:41:18 +0000
(08:41 +0000)
lib/libcrypto/hidden/openssl/x509.h
patch
|
blob
|
history
diff --git
a/lib/libcrypto/hidden/openssl/x509.h
b/lib/libcrypto/hidden/openssl/x509.h
index
87ee4e5
..
d0ebe16
100644
(file)
--- a/
lib/libcrypto/hidden/openssl/x509.h
+++ b/
lib/libcrypto/hidden/openssl/x509.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: x509.h,v 1.
9 2024/07/26 13:34:56
tb Exp $ */
+/* $OpenBSD: x509.h,v 1.
10 2024/08/28 08:41:18
tb Exp $ */
/*
* Copyright (c) 2022 Bob Beck <beck@openbsd.org>
*
@@
-387,6
+387,7
@@
LCRYPTO_USED(X509_get_ex_data);
LCRYPTO_USED(i2d_X509_AUX);
LCRYPTO_USED(d2i_X509_AUX);
LCRYPTO_USED(i2d_re_X509_tbs);
+LCRYPTO_USED(X509_get_signature_info);
LCRYPTO_USED(X509_get0_signature);
LCRYPTO_USED(X509_get_signature_nid);
LCRYPTO_USED(X509_alias_set1);