Add generationQualifier OID (proposed by Fiel Cabral).
[openssl.git] / apps / gendsa.c
index ebee7f0269550df5f055a14b417c5bbd4b4b6f5d..1e1e9f3e4c4e672b439873ebc91db05613d12cef 100644 (file)
@@ -93,6 +93,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;
+
        argv++;
        argc--;
        for (;;)