Add usage messages.
[openssl.git] / fips / fips_post.c
index 392bd5543b2724a90f121d1e5ff32eefd0ca013a..e55ec0840798822d9c004b698662a22f31b86f4d 100644 (file)
@@ -186,6 +186,8 @@ int FIPS_selftest(void)
                rv = 0;
        if (!FIPS_selftest_dsa())
                rv = 0;
+       if (!FIPS_selftest_ecdh())
+               rv = 0;
        fips_post_end();
        return rv;
        }