diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libressl/ressl.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libressl/ressl.h b/src/lib/libressl/ressl.h index 5d980f1f75..2cad4b4d43 100644 --- a/src/lib/libressl/ressl.h +++ b/src/lib/libressl/ressl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ressl.h,v 1.17 2014/09/29 15:11:29 jsing Exp $ */ | 1 | /* $OpenBSD: ressl.h,v 1.18 2014/10/03 14:14:40 tedu Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -58,7 +58,8 @@ void ressl_config_set_verify_depth(struct ressl_config *config, | |||
58 | int verify_depth); | 58 | int verify_depth); |
59 | 59 | ||
60 | void ressl_config_clear_keys(struct ressl_config *config); | 60 | void ressl_config_clear_keys(struct ressl_config *config); |
61 | void ressl_config_insecure_no_verify(struct ressl_config *config); | 61 | void ressl_config_insecure_noverifyhost(struct ressl_config *config); |
62 | void ressl_config_insecure_noverifycert(struct ressl_config *config); | ||
62 | void ressl_config_verify(struct ressl_config *config); | 63 | void ressl_config_verify(struct ressl_config *config); |
63 | 64 | ||
64 | struct ressl *ressl_client(void); | 65 | struct ressl *ressl_client(void); |