summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libtls/tls_internal.h')
-rw-r--r--src/lib/libtls/tls_internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_internal.h b/src/lib/libtls/tls_internal.h
index b514847cfe..34af0fb48a 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.19 2015/09/11 09:24:54 jsing Exp $ */ 1/* $OpenBSD: tls_internal.h,v 1.20 2015/09/11 12:56:55 beck 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>
@@ -73,7 +73,7 @@ struct tls {
73struct tls *tls_new(void); 73struct tls *tls_new(void);
74struct tls *tls_server_conn(struct tls *ctx); 74struct tls *tls_server_conn(struct tls *ctx);
75 75
76int tls_check_servername(struct tls *ctx, X509 *cert, const char *servername); 76int tls_check_name(struct tls *ctx, X509 *cert, const char *servername);
77int tls_configure_keypair(struct tls *ctx, int); 77int tls_configure_keypair(struct tls *ctx, int);
78int tls_configure_server(struct tls *ctx); 78int tls_configure_server(struct tls *ctx);
79int tls_configure_ssl(struct tls *ctx); 79int tls_configure_ssl(struct tls *ctx);