summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_internal.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libtls/tls_internal.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libtls/tls_internal.h b/src/lib/libtls/tls_internal.h
index 0112ceedb9..7b07c96c86 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.46 2016/11/04 05:13:13 beck Exp $ */ 1/* $OpenBSD: tls_internal.h,v 1.47 2016/11/04 18:07:24 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>
@@ -209,6 +209,4 @@ int tls_ocsp_verify_cb(SSL *ssl, void *arg);
209void tls_ocsp_ctx_free(struct tls_ocsp_ctx *ctx); 209void tls_ocsp_ctx_free(struct tls_ocsp_ctx *ctx);
210struct tls_ocsp_ctx *tls_ocsp_setup_from_peer(struct tls *ctx); 210struct tls_ocsp_ctx *tls_ocsp_setup_from_peer(struct tls *ctx);
211 211
212int asn1_time_parse(const char *, size_t, struct tm *, int);
213
214#endif /* HEADER_TLS_INTERNAL_H */ 212#endif /* HEADER_TLS_INTERNAL_H */