diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2011-04-14 15:10:00 +0200 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2011-04-14 15:10:00 +0200 |
commit | 8038511c27a530f6da76c8826a8d5614e806ba44 (patch) | |
tree | 6f01a4bf394e6db89de3648813edc4fc8449af5b /fips/fips.h | |
parent | Remove several of the old obsolete FIPS_corrupt_*() functions. (diff) | |
download | openssl-8038511c27a530f6da76c8826a8d5614e806ba44.tar.xz openssl-8038511c27a530f6da76c8826a8d5614e806ba44.zip |
Update CMAC, HMAC, GCM to use new POST system.
Fix crash if callback not set.
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 1e4b109ed0..1a35f73a11 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -74,7 +74,6 @@ int FIPS_selftest_failed(void); void FIPS_selftest_check(void); int FIPS_selftest_sha1(void); int FIPS_selftest_aes_gcm(void); -void FIPS_corrupt_aes_gcm(void); int FIPS_selftest_aes(void); int FIPS_selftest_des(void); int FIPS_selftest_rsa(void); |