diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:46 +0300 |
commit | 81eddc8c0b55990194e112b02d127b87d54164a9 (patch) | |
tree | 9142afc54d335ea52910662635b898e79e192e49 /contrib/libs/openssl/libcrypto.map | |
parent | 397cbe258b9e064f49c4ca575279f02f39fef76e (diff) | |
download | ydb-81eddc8c0b55990194e112b02d127b87d54164a9.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/openssl/libcrypto.map')
-rw-r--r-- | contrib/libs/openssl/libcrypto.map | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/contrib/libs/openssl/libcrypto.map b/contrib/libs/openssl/libcrypto.map index 7bb3b2d970..2098f96ab7 100644 --- a/contrib/libs/openssl/libcrypto.map +++ b/contrib/libs/openssl/libcrypto.map @@ -4452,13 +4452,13 @@ OPENSSL_1_1_1e { 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; +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; + - |