summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-06-12 15:37:51 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-06-12 15:37:51 +0000
commitb08e372bf6fc6884d68d7be0e20d2d0a1564f0ea (patch)
tree0b7639dfe50a8a54e068c32c651522fe76f3fb00 /fips/fips.h
parent0435dc1902bcbc03007eb71862aa0ef84e07319f (diff)
Use FIPSCAPABLE for FIPS module functions used in FIPS capable OpenSSL.
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips/fips.h b/fips/fips.h
index af7cbb819a..1bedea4c7d 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -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);