提交 b08e372b 编写于 作者: D Dr. Stephen Henson

Use FIPSCAPABLE for FIPS module functions used in FIPS capable OpenSSL.

上级 0435dc19
......@@ -212,7 +212,7 @@ int FIPS_rsa_verify_digest(struct rsa_st *rsa,
const struct env_md_st *mgf1Hash,
const unsigned char *sigbuf, unsigned int siglen);
#ifndef OPENSSL_FIPSCANISTER
#ifdef OPENSSL_FIPSCAPABLE
int FIPS_digestinit(EVP_MD_CTX *ctx, const EVP_MD *type);
int FIPS_digestupdate(EVP_MD_CTX *ctx, const void *data, size_t count);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册