summaryrefslogtreecommitdiffstats
path: root/util/libssl.num
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2016-11-15 16:31:26 +0000
committerMatt Caswell <matt@openssl.org>2016-11-16 10:34:41 +0000
commitb5c8f42c9b9fce5d1b14866306e7a11e16275942 (patch)
treedcad0194233d3eaf8492fad6c3ee41bc29f4f5c4 /util/libssl.num
parentd18afb5bf29dc3b81b5f7a9eda2abde35041a441 (diff)
Remove a hack from ssl_test_old
ssl_test_old was reaching inside the SSL structure and changing the internal BIO values. This is completely unneccessary, and was causing an abort in the test when enabling TLSv1.3. I also removed the need for ssl_test_old to include ssl_locl.h. This required the addition of some missing accessors for SSL_COMP name and id fields. Reviewed-by: Rich Salz <rsalz@openssl.org> (cherry picked from commit e304d3e20f45243f9e643607edfe4db49c329596)
Diffstat (limited to 'util/libssl.num')
-rw-r--r--util/libssl.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num
index 200629f74b..7b9b3c251c 100644
--- a/util/libssl.num
+++ b/util/libssl.num
@@ -403,3 +403,5 @@ SSL_dane_clear_flags 403 1_1_0 EXIST::FUNCTION:
SSL_SESSION_get0_cipher 404 1_1_0 EXIST::FUNCTION:
SSL_SESSION_get0_id_context 405 1_1_0 EXIST::FUNCTION:
SSL_SESSION_set1_id 406 1_1_0 EXIST::FUNCTION:
+SSL_COMP_get_id 412 1_1_0d EXIST::FUNCTION:
+SSL_COMP_get0_name 413 1_1_0d EXIST::FUNCTION: