]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/fipsinstall.c
Add dsa signature alg to fips provider
[thirdparty/openssl.git] / apps / fipsinstall.c
index 3b19ef15a8808c4209e1286819e7eeedd1968324..739df23d448aa8651d45fd4b4cdea165fb01ee78 100644 (file)
@@ -170,7 +170,7 @@ static CONF *generate_config_and_load(const char *prov_name,
     if (conf == NULL)
         goto end;
 
-    if (!CONF_modules_load(conf, NULL, 0))
+    if (CONF_modules_load(conf, NULL, 0) <= 0)
         goto end;
     BIO_free(mem_bio);
     return conf;