diff options
Diffstat (limited to 'src/lib/libtls/tls.h')
-rw-r--r-- | src/lib/libtls/tls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libtls/tls.h b/src/lib/libtls/tls.h index e5c31ed581..da229d1fee 100644 --- a/src/lib/libtls/tls.h +++ b/src/lib/libtls/tls.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls.h,v 1.26 2015/10/07 23:33:38 beck Exp $ */ | 1 | /* $OpenBSD: tls.h,v 1.27 2016/04/28 16:48:44 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -46,6 +46,7 @@ struct tls_config; | |||
46 | 46 | ||
47 | int tls_init(void); | 47 | int tls_init(void); |
48 | 48 | ||
49 | const char *tls_config_error(struct tls_config *_config); | ||
49 | const char *tls_error(struct tls *_ctx); | 50 | const char *tls_error(struct tls *_ctx); |
50 | 51 | ||
51 | struct tls_config *tls_config_new(void); | 52 | struct tls_config *tls_config_new(void); |