diff options
author | Matt Caswell <matt@openssl.org> | 2017-02-24 14:08:06 +0000 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2017-03-02 17:44:15 +0000 |
commit | fcc4757823a00ed21cd0b5fd90122eb4f249a10c (patch) | |
tree | b19ca7c4b3b40105aeec734cfb7db937582bceb7 /util/libssl.num | |
parent | 7daf7156d8fb10e8ec18d806b653d425707c2c0d (diff) | |
download | openssl-new-fcc4757823a00ed21cd0b5fd90122eb4f249a10c.tar.gz |
Add a SSL_SESSION_get_max_early_data() function
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2737)
Diffstat (limited to 'util/libssl.num')
-rw-r--r-- | util/libssl.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/libssl.num b/util/libssl.num index 1d59a60dd0..471180160f 100644 --- a/util/libssl.num +++ b/util/libssl.num @@ -432,3 +432,4 @@ SSL_write_early 432 1_1_1 EXIST::FUNCTION: SSL_write_early_finish 433 1_1_1 EXIST::FUNCTION: SSL_read_early 434 1_1_1 EXIST::FUNCTION: SSL_get_early_data_status 435 1_1_1 EXIST::FUNCTION: +SSL_SESSION_get_max_early_data 436 1_1_1 EXIST::FUNCTION: |