This commit fixes CI failures (when configured with --strict-warnings)
Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/28061)
int pkey_base_id;
};
-const struct pkid2bid base_id_conversion[] = {
+static const struct pkid2bid base_id_conversion[] = {
{EVP_PKEY_RSA, EVP_PKEY_RSA},
{EVP_PKEY_RSA2, EVP_PKEY_RSA},
{EVP_PKEY_RSA_PSS, EVP_PKEY_RSA_PSS},