Fix NULL deref in apps/pkcs7
[openssl.git] / ssl / ssl_locl.h
index adc5924785d482f135d75ce50e743d28ef7aea4d..50e0d3900af15f3bdb3eab7191d5060d8c5e131c 100644 (file)
@@ -2195,7 +2195,7 @@ __owur int custom_ext_add(SSL *s, int server,
 __owur int custom_exts_copy(custom_ext_methods *dst, const custom_ext_methods *src);
 void custom_exts_free(custom_ext_methods *exts);
 
-void int_ssl_comp_free_compression_methods(void);
+void ssl_comp_free_compression_methods_int(void);
 
 # else