From 445e2797e6f695d9028579ff8345f1290dc2b7af Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 7 May 2025 12:10:28 +1000 Subject: [PATCH] add EVP_PKEY_get_security_category to exported symbols Reviewed-by: Shane Lontis Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/27571) --- util/libcrypto.num | 1 + 1 file changed, 1 insertion(+) diff --git a/util/libcrypto.num b/util/libcrypto.num index 07cf52924a4..8079cdbd853 100644 --- a/util/libcrypto.num +++ b/util/libcrypto.num @@ -5924,6 +5924,7 @@ OSSL_AA_DIST_POINT_free ? 3_5_0 EXIST::FUNCTION: OSSL_AA_DIST_POINT_new ? 3_5_0 EXIST::FUNCTION: OSSL_AA_DIST_POINT_it ? 3_5_0 EXIST::FUNCTION: PEM_ASN1_write_bio_ctx ? 3_5_0 EXIST::FUNCTION: +EVP_PKEY_get_security_category ? 3_6_0 EXIST::FUNCTION: OPENSSL_sk_set_thunks ? 3_6_0 EXIST::FUNCTION: i2d_PKCS8PrivateKey ? 3_6_0 EXIST::FUNCTION: OSSL_PARAM_set_octet_string_or_ptr ? 3_6_0 EXIST::FUNCTION: -- 2.47.3