Make SSL{_CTX,}_{get,set,clear}_options functions
authorViktor Dukhovni <openssl-users@dukhovni.org>
Mon, 11 Jan 2016 01:15:04 +0000 (20:15 -0500)
committerViktor Dukhovni <openssl-users@dukhovni.org>
Mon, 11 Jan 2016 15:51:02 +0000 (10:51 -0500)
commit8106cb8b6d706079cbcabd4631f05e4526a316e1
tree6c84e2cfe55bb31bdbaa669b4fe940cdec2982d6
parentccf73257f6c8736a5af3e7be4bf09eebef06ac46
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>
doc/ssl/SSL_CONF_cmd.pod
doc/ssl/SSL_CTX_new.pod
doc/ssl/SSL_CTX_set_min_proto_version.pod
doc/ssl/SSL_CTX_set_options.pod
doc/ssl/ssl.pod
include/openssl/ssl.h
ssl/ssl_lib.c
util/ssleay.num