Remove extra '; \' in apps/Makefile
[openssl.git] / apps / crl2p7.c
index f05ad4ae524824e426c57b6fa6657cba9ae2a687..e4e39cfe38672cb5d0bdda3617b9ea9ef99b9d6e 100644 (file)
@@ -148,6 +148,9 @@ int crl2pkcs7_main(int argc, char **argv)
     argc = opt_num_rest();
     argv = opt_rest();
 
+    if (!app_load_modules(NULL))
+        goto end;
+
     if (!nocrl) {
         in = bio_open_default(infile, RB(informat));
         if (in == NULL)