diff options
Diffstat (limited to 'src/lib/libtls/tls_internal.h')
-rw-r--r-- | src/lib/libtls/tls_internal.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libtls/tls_internal.h b/src/lib/libtls/tls_internal.h index 3fcc7a021f..c7bf50af83 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.41 2016/08/22 14:55:59 jsing Exp $ */ | 1 | /* $OpenBSD: tls_internal.h,v 1.42 2016/08/22 17:12:35 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> |
@@ -162,8 +162,8 @@ int tls_set_errorx(struct tls *ctx, const char *fmt, ...) | |||
162 | int tls_ssl_error(struct tls *ctx, SSL *ssl_conn, int ssl_ret, | 162 | int tls_ssl_error(struct tls *ctx, SSL *ssl_conn, int ssl_ret, |
163 | const char *prefix); | 163 | const char *prefix); |
164 | 164 | ||
165 | int tls_get_conninfo(struct tls *ctx); | 165 | int tls_conninfo_populate(struct tls *ctx); |
166 | void tls_free_conninfo(struct tls_conninfo *conninfo); | 166 | void tls_conninfo_free(struct tls_conninfo *conninfo); |
167 | 167 | ||
168 | int asn1_time_parse(const char *, size_t, struct tm *, int); | 168 | int asn1_time_parse(const char *, size_t, struct tm *, int); |
169 | 169 | ||