components/openssl: SSL low-level reload cert when user add new cert

This commit is contained in:
dongheng
2016-09-23 10:53:18 +08:00
parent 9fc054bb55
commit 07c8bbca6c
7 changed files with 65 additions and 2 deletions

View File

@@ -22,6 +22,7 @@
set_fd, get_fd, \
set_bufflen, \
get_verify_result, \
ssl_reload_crt, \
get_state) \
static const SSL_METHOD_FUNC func_name LOCAL_ATRR = { \
new, \
@@ -36,6 +37,7 @@
get_fd, \
set_bufflen, \
get_verify_result, \
ssl_reload_crt, \
get_state \
};