diff options
author | jsing <> | 2018-03-17 14:55:39 +0000 |
---|---|---|
committer | jsing <> | 2018-03-17 14:55:39 +0000 |
commit | 53236ab726f2cb84436bc0cc39769e610cad136d (patch) | |
tree | 5be15ff9269fc26dff6867c5918dcb7f2e3f9d19 /src/lib/libcrypto/Symbols.list | |
parent | 5d52c81e051f774e2609496afe66914cc601d068 (diff) | |
download | openbsd-53236ab726f2cb84436bc0cc39769e610cad136d.tar.gz openbsd-53236ab726f2cb84436bc0cc39769e610cad136d.tar.bz2 openbsd-53236ab726f2cb84436bc0cc39769e610cad136d.zip |
Provide X509_PUBKEY_get0() by splitting X509_PUBKEY_get() and turning it
into a wrapper that calls X509_PUBKEY_get0() and up refs.
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 1b330c7dbf..ea1f420475 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -2759,6 +2759,7 @@ X509_PKEY_new | |||
2759 | X509_POLICY_NODE_print | 2759 | X509_POLICY_NODE_print |
2760 | X509_PUBKEY_free | 2760 | X509_PUBKEY_free |
2761 | X509_PUBKEY_get | 2761 | X509_PUBKEY_get |
2762 | X509_PUBKEY_get0 | ||
2762 | X509_PUBKEY_get0_param | 2763 | X509_PUBKEY_get0_param |
2763 | X509_PUBKEY_it | 2764 | X509_PUBKEY_it |
2764 | X509_PUBKEY_new | 2765 | X509_PUBKEY_new |