diff options
author | Alfred E. Heggestad <alfred.heggestad@gmail.com> | 2017-09-06 08:30:00 +0200 |
---|---|---|
committer | Bernd Edlinger <bernd.edlinger@hotmail.de> | 2017-09-06 08:30:00 +0200 |
commit | fa4b82cc7cc556c03c652d40bd966ef3d4445592 (patch) | |
tree | fd5ae2fb6d4fdc2a8661d90d0c5eb31763c51ab7 /util/private.num | |
parent | Fix OSSL_STORE's 'file' loader: make sure peekbuf is initialised (diff) | |
download | openssl-fa4b82cc7cc556c03c652d40bd966ef3d4445592.tar.xz openssl-fa4b82cc7cc556c03c652d40bd966ef3d4445592.zip |
add callback handler for setting DTLS timer interval
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/4011)
Diffstat (limited to 'util/private.num')
-rw-r--r-- | util/private.num | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/private.num b/util/private.num index a757357801..242de12e5f 100644 --- a/util/private.num +++ b/util/private.num @@ -18,6 +18,7 @@ BIO_lookup_type datatype CRYPTO_EX_dup datatype CRYPTO_EX_free datatype CRYPTO_EX_new datatype +DTLS_timer_cb datatype EVP_PKEY_gen_cb datatype EVP_PKEY_METHOD datatype GEN_SESSION_CB datatype |