| Index: openssl/crypto/conf/conf_api.c
|
| diff --git a/openssl/crypto/conf/conf_api.c b/openssl/crypto/conf/conf_api.c
|
| index f5fcbb9f6b15d973837987130362f58c9d0154c2..9a37bd4f39472382f17a5f1cc098993a7653c222 100644
|
| --- a/openssl/crypto/conf/conf_api.c
|
| +++ b/openssl/crypto/conf/conf_api.c
|
| @@ -225,9 +225,6 @@ void _CONF_free_data(CONF *conf)
|
| {
|
| if (conf == NULL || conf->data == NULL) return;
|
|
|
| - lh_CONF_VALUE_down_load(conf->data)=0; /* evil thing to make
|
| - * sure the 'OPENSSL_free()' works as
|
| - * expected */
|
| lh_CONF_VALUE_doall_arg(conf->data,
|
| LHASH_DOALL_ARG_FN(value_free_hash),
|
| LHASH_OF(CONF_VALUE), conf->data);
|
|
|