Fix out-of-memory condition in conf
[oweals/openssl.git] / include / openssl / conf.h
index 462e3c9d397b8f3dc293c799c514c0a35e8c5440..980a51b157f456688df3d0784b9c388f858f80b2 100644 (file)
@@ -208,6 +208,7 @@ int ERR_load_CONF_strings(void);
 # define CONF_R_NO_VALUE                                  108
 # define CONF_R_UNABLE_TO_CREATE_NEW_SECTION              103
 # define CONF_R_UNKNOWN_MODULE_NAME                       113
+# define CONF_R_VARIABLE_EXPANSION_TOO_LONG               116
 # define CONF_R_VARIABLE_HAS_NO_VALUE                     104
 
 # ifdef  __cplusplus