diff options
author | Richard Levitte <levitte@openssl.org> | 2016-05-27 10:17:42 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-05-28 02:15:04 +0200 |
commit | da32e04b5e879e433f8e7a584af999ed804be7d9 (patch) | |
tree | 0548c05ea54110cfd9c15bd6dd42c5284c444c34 /util/libcrypto.num | |
parent | Remove internal functions OPENSSL_strcasecmp and OPENSSL_strncasecmp (diff) | |
download | openssl-da32e04b5e879e433f8e7a584af999ed804be7d9.tar.xz openssl-da32e04b5e879e433f8e7a584af999ed804be7d9.zip |
make update
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Diffstat (limited to 'util/libcrypto.num')
-rw-r--r-- | util/libcrypto.num | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index 7583e07603..32c36d9797 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -258,7 +258,7 @@ ENGINE_register_all_ciphers 254 1_1_0 EXIST::FUNCTION:ENGINE SXNET_new 255 1_1_0 EXIST::FUNCTION: EVP_camellia_256_ctr 256 1_1_0 EXIST::FUNCTION:CAMELLIA d2i_PKCS8_PRIV_KEY_INFO 257 1_1_0 EXIST::FUNCTION: -OPENSSL_strncasecmp 258 1_1_0 EXIST::FUNCTION: +OPENSSL_strncasecmp 258 1_1_0 NOEXIST::FUNCTION: EVP_md2 259 1_1_0 EXIST::FUNCTION:MD2 RC2_ecb_encrypt 260 1_1_0 EXIST::FUNCTION:RC2 ENGINE_register_DH 261 1_1_0 EXIST::FUNCTION:ENGINE @@ -2256,7 +2256,7 @@ CMS_RecipientInfo_kari_orig_id_cmp 2184 1_1_0 EXIST::FUNCTION:CMS NETSCAPE_SPKI_b64_encode 2185 1_1_0 EXIST::FUNCTION: d2i_PrivateKey 2186 1_1_0 EXIST::FUNCTION: EVP_MD_CTX_new 2187 1_1_0 EXIST::FUNCTION: -OPENSSL_strcasecmp 2188 1_1_0 EXIST::FUNCTION: +OPENSSL_strcasecmp 2188 1_1_0 NOEXIST::FUNCTION: X509_get0_tbs_sigalg 2189 1_1_0 EXIST::FUNCTION: ASN1_GENERALIZEDTIME_new 2190 1_1_0 EXIST::FUNCTION: d2i_ECDSA_SIG 2191 1_1_0 EXIST::FUNCTION:EC |