diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2016-08-17 18:29:18 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2016-08-17 18:48:44 +0200 |
commit | 67a014bfda5f8596e8fa19ab0293343ee0c806ac (patch) | |
tree | 16238149bc303ac5c255070e9a37b811702802ac /util | |
parent | Constify X509_SIG. (diff) | |
download | openssl-67a014bfda5f8596e8fa19ab0293343ee0c806ac.tar.xz openssl-67a014bfda5f8596e8fa19ab0293343ee0c806ac.zip |
make update
Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 7fb02f7026..a55fbffadf 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4191,3 +4191,4 @@ DSA_bits 4137 1_1_0 EXIST::FUNCTION:DSA EVP_PKEY_set1_tls_encodedpoint 4138 1_1_0 EXIST::FUNCTION: EVP_PKEY_get1_tls_encodedpoint 4139 1_1_0 EXIST::FUNCTION: ASN1_STRING_get0_data 4140 1_1_0 EXIST::FUNCTION: +X509_SIG_get0_mutable 4141 1_1_0 EXIST::FUNCTION: |