Implement known-IV countermeasure.
[openssl.git] / apps / asn1pars.c
index 4918bcb1c0654d5a90de194a8e91db7ac5f0f8ac..0e6167d2d44c237be0aa653b36bc23de75379460 100644 (file)
@@ -103,6 +103,9 @@ int MAIN(int argc, char **argv)
                if ((bio_err=BIO_new(BIO_s_file())) != NULL)
                        BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
 
+       if (!load_config(bio_err, NULL))
+               goto end;
+
        prog=argv[0];
        argc--;
        argv++;