libcrypto: Add symbol versions for symbols added since 1.1.1d.

While here, trim a spurious local: I missed when added SSL_sendfile.

PR:		255277
Reported by:	yuri
Reviewed by:	jkim
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D30483
This commit is contained in:
John Baldwin 2021-05-28 15:18:15 -07:00
parent 91abbc4993
commit 7ad70d22c6
2 changed files with 16 additions and 2 deletions

View File

@ -4450,7 +4450,22 @@ OPENSSL_1_1_1d {
global:
X509_get0_authority_issuer;
X509_get0_authority_serial;
local: *;
} OPENSSL_1_1_1c;
OPENSSL_1_1_1e {
global:
EVP_PKEY_meth_get_digestsign;
EVP_PKEY_meth_get_digestverify;
EVP_PKEY_meth_set_digestsign;
EVP_PKEY_meth_set_digestverify;
RSA_get0_pss_params;
} OPENSSL_1_1_1d;
OPENSSL_1_1_1h {
global:
EC_KEY_decoded_from_explicit_params;
X509_ALGOR_copy;
X509_REQ_set0_signature;
X509_REQ_set1_signature_algo;
local: *;
} OPENSSL_1_1_1e;

View File

@ -512,7 +512,6 @@ OPENSSL_1_1_1 {
OPENSSL_1_1_1a {
global:
SSL_get_signature_type_nid;
local: *;
} OPENSSL_1_1_1;
OPENSSL_1_1_1e {