X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=fips%2Ffips_post.c;h=286edfe64f2834038240180f3c5b7831af48fb68;hp=831e5d011ac2a447bda09a75a5f8f0d39c296eb8;hb=cb1b3aa151b64ae8813c9b5e4e510ae462ef3aca;hpb=8c7096835b48d773463cee4fe97fbc334e911cc9 diff --git a/fips/fips_post.c b/fips/fips_post.c index 831e5d011a..286edfe64f 100644 --- a/fips/fips_post.c +++ b/fips/fips_post.c @@ -172,6 +172,8 @@ int FIPS_selftest(void) rv = 0; if (!FIPS_selftest_aes()) rv = 0; + if (!FIPS_selftest_aes_ccm()) + rv = 0; if (!FIPS_selftest_aes_gcm()) rv = 0; if (!FIPS_selftest_aes_xts())