diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-04-14 20:29:49 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-04-14 20:29:49 +0200 |
commit | 706735aea34218c811beaaa34fe6199556aa4837 (patch) | |
tree | f64a24d7dd4b1e9ee83a5e6c5c7b7681c216c959 /fips/fips.h | |
parent | Report each cipher used with CMAC tests. (diff) | |
download | openssl-706735aea34218c811beaaa34fe6199556aa4837.tar.xz openssl-706735aea34218c811beaaa34fe6199556aa4837.zip |
Add new POST support to X9.31 PRNG.
Diffstat (limited to 'fips/fips.h')
-rw-r--r-- | fips/fips.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fips/fips.h b/fips/fips.h index 1a35f73a11..ab16134a40 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -79,7 +79,6 @@ int FIPS_selftest_des(void); int FIPS_selftest_rsa(void); int FIPS_selftest_dsa(void); int FIPS_selftest_ecdsa(void); -void FIPS_corrupt_x931(void); void FIPS_corrupt_drbg(void); void FIPS_x931_stick(void); void FIPS_drbg_stick(void); |