Add a tester of OpenSSL config files and test the current .pragma
[openssl.git] / crypto / conf / conf_def.c
index 811f8809d3d21aa8f685b9c3e774eface05940cb..41146361511990df9cfc4bc44ae52f88a07f94bd 100644 (file)
@@ -456,6 +456,7 @@ static int def_load_bio(CONF *conf, BIO *in, long *line)
                 continue;
             } else if (*p != '=') {
                 CONFerr(CONF_F_DEF_LOAD_BIO, CONF_R_MISSING_EQUAL_SIGN);
+                ERR_add_error_data(2, "HERE-->", p);
                 goto err;
             }
             *end = '\0';