diff options
Diffstat (limited to 'src/lib/libressl/ressl.h')
-rw-r--r-- | src/lib/libressl/ressl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libressl/ressl.h b/src/lib/libressl/ressl.h index 192f863f44..9795c3804b 100644 --- a/src/lib/libressl/ressl.h +++ b/src/lib/libressl/ressl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ressl.h,v 1.14 2014/09/28 06:24:00 tedu Exp $ */ | 1 | /* $OpenBSD: ressl.h,v 1.15 2014/09/28 14:46:09 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -44,6 +44,7 @@ int ressl_config_set_key_mem(struct ressl_config *config, const uint8_t *key, | |||
44 | void ressl_config_set_verify_depth(struct ressl_config *config, | 44 | void ressl_config_set_verify_depth(struct ressl_config *config, |
45 | int verify_depth); | 45 | int verify_depth); |
46 | 46 | ||
47 | void ressl_config_clear_keys(struct ressl_config *config); | ||
47 | void ressl_config_insecure_no_verify(struct ressl_config *config); | 48 | void ressl_config_insecure_no_verify(struct ressl_config *config); |
48 | void ressl_config_verify(struct ressl_config *config); | 49 | void ressl_config_verify(struct ressl_config *config); |
49 | 50 | ||