aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-01-10 20:15:04 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-11 10:51:02 -0500
commit8106cb8b6d706079cbcabd4631f05e4526a316e1 (patch)
tree6c84e2cfe55bb31bdbaa669b4fe940cdec2982d6 /util
parentccf73257f6c8736a5af3e7be4bf09eebef06ac46 (diff)
downloadopenssl-8106cb8b6d706079cbcabd4631f05e4526a316e1.tar.gz
Make SSL{_CTX,}_{get,set,clear}_options functions
These now take and return unsigned long, and get is constified. Updated related documentation and util/ssleay.num Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/ssleay.num6
1 files changed, 6 insertions, 0 deletions
diff --git a/util/ssleay.num b/util/ssleay.num
index 6a68fe5053..8bd2b1ae67 100755
--- a/util/ssleay.num
+++ b/util/ssleay.num
@@ -427,3 +427,9 @@ SSL_get0_dane_tlsa 461 1_1_0 EXIST::FUNCTION:
SSL_set_hostflags 462 1_1_0 EXIST::FUNCTION:
SSL_dane_enable 463 1_1_0 EXIST::FUNCTION:
SSL_get0_dane 464 1_1_0 EXIST::FUNCTION:
+SSL_CTX_set_options 465 1_1_0 EXIST::FUNCTION:
+SSL_CTX_clear_options 466 1_1_0 EXIST::FUNCTION:
+SSL_CTX_get_options 467 1_1_0 EXIST::FUNCTION:
+SSL_clear_options 468 1_1_0 EXIST::FUNCTION:
+SSL_set_options 469 1_1_0 EXIST::FUNCTION:
+SSL_get_options 470 1_1_0 EXIST::FUNCTION: