diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2016-08-11 16:49:57 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2016-08-13 15:11:05 +0200 |
commit | c06f2aaa08dec00cda6a3c3c063de7827b379797 (patch) | |
tree | f160853badfa4d78cf2a7f50fbe7617061fe42f4 /util | |
parent | Add point ctrls to X25519 (diff) | |
download | openssl-c06f2aaa08dec00cda6a3c3c063de7827b379797.tar.xz openssl-c06f2aaa08dec00cda6a3c3c063de7827b379797.zip |
make update
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'util')
-rw-r--r-- | util/libcrypto.num | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libcrypto.num b/util/libcrypto.num index a02cc8de76..cffb46ab68 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -4188,3 +4188,5 @@ X509_STORE_lock 4134 1_1_0 EXIST::FUNCTION: X509_set_proxy_pathlen 4135 1_1_0 EXIST::FUNCTION: X509_get_proxy_pathlen 4136 1_1_0 EXIST::FUNCTION: 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: |