diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libressl/ressl_internal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libressl/ressl_internal.h b/src/lib/libressl/ressl_internal.h index f37b5718d9..b752b5fd88 100644 --- a/src/lib/libressl/ressl_internal.h +++ b/src/lib/libressl/ressl_internal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ressl_internal.h,v 1.11 2014/09/29 15:11:29 jsing Exp $ */ | 1 | /* $OpenBSD: ressl_internal.h,v 1.12 2014/10/03 14:14:40 tedu Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> | 3 | * Copyright (c) 2014 Jeremie Courreges-Anglas <jca@openbsd.org> |
4 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 4 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
@@ -37,7 +37,8 @@ struct ressl_config { | |||
37 | char *key_mem; | 37 | char *key_mem; |
38 | size_t key_len; | 38 | size_t key_len; |
39 | uint32_t protocols; | 39 | uint32_t protocols; |
40 | int verify; | 40 | int verify_cert; |
41 | int verify_host; | ||
41 | int verify_depth; | 42 | int verify_depth; |
42 | }; | 43 | }; |
43 | 44 | ||