]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - include/openssl/conf.h
Add a .pragma directive for configuration files
[thirdparty/openssl.git] / include / openssl / conf.h
index 39bfe570c81bdef44af65d9254917c020f9f1cd1..438361e7a92dd7c83f7fd9eae8d87fcd7cd460f7 100644 (file)
@@ -110,6 +110,7 @@ struct conf_st {
     CONF_METHOD *meth;
     void *meth_data;
     LHASH_OF(CONF_VALUE) *data;
+    unsigned int flag_dollarid:1;
 };
 
 CONF *NCONF_new(CONF_METHOD *meth);