diff options
Diffstat (limited to 'src/lib/libtls/tls_internal.h')
-rw-r--r-- | src/lib/libtls/tls_internal.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_internal.h b/src/lib/libtls/tls_internal.h index 8a164d2e3a..eb08d47074 100644 --- a/src/lib/libtls/tls_internal.h +++ b/src/lib/libtls/tls_internal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: tls_internal.h,v 1.67 2018/02/08 08:09:10 jsing Exp $ */ | 1 | /* $OpenBSD: tls_internal.h,v 1.68 2018/02/08 10:19:31 jsing 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> |
@@ -214,7 +214,8 @@ void tls_keypair_clear(struct tls_keypair *_keypair); | |||
214 | void tls_keypair_free(struct tls_keypair *_keypair); | 214 | void tls_keypair_free(struct tls_keypair *_keypair); |
215 | int tls_keypair_load_cert(struct tls_keypair *_keypair, | 215 | int tls_keypair_load_cert(struct tls_keypair *_keypair, |
216 | struct tls_error *_error, X509 **_cert); | 216 | struct tls_error *_error, X509 **_cert); |
217 | int tls_keypair_pubkey_hash(struct tls_keypair *_keypair, char **_hash); | 217 | int tls_keypair_pubkey_hash(struct tls_keypair *_keypair, |
218 | struct tls_error *_error, char **_hash); | ||
218 | 219 | ||
219 | struct tls_sni_ctx *tls_sni_ctx_new(void); | 220 | struct tls_sni_ctx *tls_sni_ctx_new(void); |
220 | void tls_sni_ctx_free(struct tls_sni_ctx *sni_ctx); | 221 | void tls_sni_ctx_free(struct tls_sni_ctx *sni_ctx); |