diff options
author | heretic <heretic@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:45:43 +0300 |
commit | 397cbe258b9e064f49c4ca575279f02f39fef76e (patch) | |
tree | a0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/libs/openssl/libcrypto.map | |
parent | 43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff) | |
download | ydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz |
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 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 2098f96ab7..7bb3b2d970 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; + |