Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26714)
return -1;
return 1;
}
+#endif /* !FIPS_MODULE */
/*
* evp_pkey_keygen() abstracts from the explicit use of B<EVP_PKEY_CTX>
return ret;
}
+#if !defined(FIPS_MODULE)
int EVP_CIPHER_CTX_set_algor_params(EVP_CIPHER_CTX *ctx, const X509_ALGOR *alg)
{
int ret = -1; /* Assume the worst */