summaryrefslogtreecommitdiffstats
path: root/fips/fips.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-18 17:09:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-18 17:09:33 +0000
commitacf254f86efe94788827bc7da9ae167ecc19e6b1 (patch)
treefe5d0721f2135622e6b041961cfd9067b37111e3 /fips/fips.c
parent5d439d69552e753debc48461293517b66b0b94b4 (diff)
AES GCM selftests.
Diffstat (limited to 'fips/fips.c')
-rw-r--r--fips/fips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/fips.c b/fips/fips.c
index 6b5e4d4ccb..4b66537342 100644
--- a/fips/fips.c
+++ b/fips/fips.c
@@ -175,6 +175,7 @@ int FIPS_selftest(void)
return FIPS_selftest_sha1()
&& FIPS_selftest_hmac()
&& FIPS_selftest_aes()
+ && FIPS_selftest_aes_gcm()
&& FIPS_selftest_des()
&& FIPS_selftest_rsa()
&& FIPS_selftest_dsa();