Add s_client support for waiting for async
[openssl.git] / apps / passwd.c
index 898831337563488b4e40d2f1f0e867f9ba2a7437..372e0e804e7ee714873b8d31163b3fa30b87d59d 100644 (file)
@@ -201,9 +201,6 @@ int passwd_main(int argc, char **argv)
         goto opthelp;
 # endif
 
-    if (!app_load_modules(NULL))
-        goto end;
-
     if (infile && in_stdin) {
         BIO_printf(bio_err, "%s: Can't combine -in and -stdin\n", prog);
         goto end;