diff options
| author | jsing <> | 2018-02-08 08:09:10 +0000 |
|---|---|---|
| committer | jsing <> | 2018-02-08 08:09:10 +0000 |
| commit | 169a82f69bb622c8d6cdf124436cc79c42fd9138 (patch) | |
| tree | e9c06a1780bebef62f87f0ecbe381580d5984345 /src/lib/libtls/tls_internal.h | |
| parent | b79b575462092f3fe897b570ba1b59560c9f51d6 (diff) | |
| download | openbsd-169a82f69bb622c8d6cdf124436cc79c42fd9138.tar.gz openbsd-169a82f69bb622c8d6cdf124436cc79c42fd9138.tar.bz2 openbsd-169a82f69bb622c8d6cdf124436cc79c42fd9138.zip | |
Move tls_keypair_pubkey_hash() to the keypair file.
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libtls/tls_internal.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libtls/tls_internal.h b/src/lib/libtls/tls_internal.h index 67a31b2efd..8a164d2e3a 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.66 2018/02/08 05:56:49 jsing Exp $ */ | 1 | /* $OpenBSD: tls_internal.h,v 1.67 2018/02/08 08:09:10 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,6 +214,7 @@ 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 | 218 | ||
| 218 | struct tls_sni_ctx *tls_sni_ctx_new(void); | 219 | struct tls_sni_ctx *tls_sni_ctx_new(void); |
| 219 | void tls_sni_ctx_free(struct tls_sni_ctx *sni_ctx); | 220 | void tls_sni_ctx_free(struct tls_sni_ctx *sni_ctx); |
