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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libtls/tls_internal.h b/src/lib/libtls/tls_internal.h
index d1ba48ea1a..ba37e136e6 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.11 2015/02/22 14:50:41 jsing Exp $ */ 1/* $OpenBSD: tls_internal.h,v 1.12 2015/03/31 12:21:27 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>
@@ -77,6 +77,7 @@ int tls_host_port(const char *hostport, char **host, char **port);
77int tls_set_error(struct tls *ctx, char *fmt, ...) 77int tls_set_error(struct tls *ctx, char *fmt, ...)
78 __attribute__((__format__ (printf, 2, 3))) 78 __attribute__((__format__ (printf, 2, 3)))
79 __attribute__((__nonnull__ (2))); 79 __attribute__((__nonnull__ (2)));
80int tls_ssl_error(struct tls *ctx, int ssl_ret, const char *prefix); 80int tls_ssl_error(struct tls *ctx, SSL *ssl_conn, int ssl_ret,
81 const char *prefix);
81 82
82#endif /* HEADER_TLS_INTERNAL_H */ 83#endif /* HEADER_TLS_INTERNAL_H */