diff options
author | jsing <> | 2018-02-17 14:55:31 +0000 |
---|---|---|
committer | jsing <> | 2018-02-17 14:55:31 +0000 |
commit | 3b7cdf9c768759bfba3e3afd3a234cc44ef4c7c1 (patch) | |
tree | 271d4b947a3db41c5ba023d0c3030ac88f62bafa /src/lib/libcrypto/Symbols.list | |
parent | b32a945103cc4488bb232840251fc0a861837051 (diff) | |
download | openbsd-3b7cdf9c768759bfba3e3afd3a234cc44ef4c7c1.tar.gz openbsd-3b7cdf9c768759bfba3e3afd3a234cc44ef4c7c1.tar.bz2 openbsd-3b7cdf9c768759bfba3e3afd3a234cc44ef4c7c1.zip |
Provide EVP_MD_CTX_new(), EVP_MD_CTX_free() and EVP_MD_CTX_reset().
Diffstat (limited to 'src/lib/libcrypto/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index 1da0493c73..d633575397 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -1274,8 +1274,11 @@ EVP_MD_CTX_copy_ex | |||
1274 | EVP_MD_CTX_create | 1274 | EVP_MD_CTX_create |
1275 | EVP_MD_CTX_ctrl | 1275 | EVP_MD_CTX_ctrl |
1276 | EVP_MD_CTX_destroy | 1276 | EVP_MD_CTX_destroy |
1277 | EVP_MD_CTX_free | ||
1277 | EVP_MD_CTX_init | 1278 | EVP_MD_CTX_init |
1278 | EVP_MD_CTX_md | 1279 | EVP_MD_CTX_md |
1280 | EVP_MD_CTX_new | ||
1281 | EVP_MD_CTX_reset | ||
1279 | EVP_MD_CTX_set_flags | 1282 | EVP_MD_CTX_set_flags |
1280 | EVP_MD_CTX_test_flags | 1283 | EVP_MD_CTX_test_flags |
1281 | EVP_MD_block_size | 1284 | EVP_MD_block_size |