Allow ChaCha20-Poly1305 in DTLS
[openssl.git] / apps / crl2p7.c
index 8cc1b62efe0485553ede7928b2a448e24b8261a8..930875ac84e4b306211a38f8112f920bbdda3192 100644 (file)
@@ -148,9 +148,6 @@ 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, 'r', informat);
         if (in == NULL)