Silence Clang warning about unit'd variable
[openssl.git] / apps / crl.c
index 443889a75363bc77d04a7ec4adfbfb60240c85cd..17391e24c038931aff0287ba76424c4060488dbb 100644 (file)
@@ -217,6 +217,9 @@ int crl_main(int argc, char **argv)
     argc = opt_num_rest();
     argv = opt_rest();
 
+    if (!app_load_modules(NULL))
+        goto end;
+
     x = load_crl(infile, informat);
     if (x == NULL)
         goto end;