diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-02-03 18:00:24 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-02-03 18:00:24 +0100 |
commit | 14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4 (patch) | |
tree | 3a416398be13f4406ee765c62ab2bcad7baeb9d2 /crypto/rsa/rsa_x931g.c | |
parent | Rename crypto/fips_err.c to fips_ers.c to avoid clash with other fips_err.c (diff) | |
download | openssl-14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4.tar.xz openssl-14ae26f2e4f83b9ec0cbb02976e08a69bc5e5ba4.zip |
Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files
that use it.
Diffstat (limited to 'crypto/rsa/rsa_x931g.c')
-rw-r--r-- | crypto/rsa/rsa_x931g.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/rsa/rsa_x931g.c b/crypto/rsa/rsa_x931g.c index 42c262aa41..1ccd0a1969 100644 --- a/crypto/rsa/rsa_x931g.c +++ b/crypto/rsa/rsa_x931g.c @@ -56,6 +56,8 @@ * [including the GNU Public Licence.] */ +#define OPENSSL_FIPSAPI + #include <stdio.h> #include <string.h> #include <time.h> |