summaryrefslogtreecommitdiffstats
path: root/crypto/symhacks.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-03-02 13:37:31 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-03-02 13:50:06 +0000
commit8394109c89bc4699abf96e8b70b76b9c6b1feaa9 (patch)
tree04ba7ed5f9d5f47408db1d8d1f0c98e91bcec3f7 /crypto/symhacks.h
parent813cfd9c0a55458397bf017f661bf9d97cb29cc2 (diff)
Add new VMS hack symbol, update ordinals.
Diffstat (limited to 'crypto/symhacks.h')
-rw-r--r--crypto/symhacks.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/symhacks.h b/crypto/symhacks.h
index c603cac64a..01fe7d8249 100644
--- a/crypto/symhacks.h
+++ b/crypto/symhacks.h
@@ -178,6 +178,8 @@
#define SSL_COMP_get_compression_methods SSL_COMP_get_compress_methods
#undef SSL_COMP_set0_compression_methods
#define SSL_COMP_set0_compression_methods SSL_COMP_set0_compress_methods
+#undef SSL_COMP_free_compression_methods
+#define SSL_COMP_free_compression_methods SSL_COMP_free_compress_methods
#undef ssl_add_clienthello_renegotiate_ext
#define ssl_add_clienthello_renegotiate_ext ssl_add_clienthello_reneg_ext
#undef ssl_add_serverhello_renegotiate_ext