aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/t1_ext.c')
-rw-r--r--ssl/t1_ext.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ssl/t1_ext.c b/ssl/t1_ext.c
index ce54f4fa15..193cae886a 100644
--- a/ssl/t1_ext.c
+++ b/ssl/t1_ext.c
@@ -195,8 +195,7 @@ int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src)
void custom_exts_free(custom_ext_methods *exts)
{
- if (exts->meths)
- OPENSSL_free(exts->meths);
+ OPENSSL_free(exts->meths);
}
/* Set callbacks for a custom extension. */