diff options
Diffstat (limited to 'src/lib/libressl/ressl_internal.h')
-rw-r--r-- | src/lib/libressl/ressl_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libressl/ressl_internal.h b/src/lib/libressl/ressl_internal.h index c234153587..c33d4cff2e 100644 --- a/src/lib/libressl/ressl_internal.h +++ b/src/lib/libressl/ressl_internal.h | |||
@@ -27,8 +27,9 @@ | |||
27 | struct ressl_config { | 27 | struct ressl_config { |
28 | const char *ca_file; | 28 | const char *ca_file; |
29 | const char *ca_path; | 29 | const char *ca_path; |
30 | const char *cert_file; | ||
30 | const char *ciphers; | 31 | const char *ciphers; |
31 | const char *server_name; | 32 | const char *key_file; |
32 | int verify; | 33 | int verify; |
33 | int verify_depth; | 34 | int verify_depth; |
34 | }; | 35 | }; |