mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 04:25:32 +00:00
components/openssl: add SSL and SSL context verify mode selection
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
set_fd, get_fd, \
|
||||
set_bufflen, \
|
||||
get_verify_result, \
|
||||
ssl_reload_crt, \
|
||||
get_state) \
|
||||
static const SSL_METHOD_FUNC func_name LOCAL_ATRR = { \
|
||||
new, \
|
||||
@@ -37,7 +36,6 @@
|
||||
get_fd, \
|
||||
set_bufflen, \
|
||||
get_verify_result, \
|
||||
ssl_reload_crt, \
|
||||
get_state \
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user