diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libtls/tls_internal.h | 4 |
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); | |||
209 | void tls_ocsp_ctx_free(struct tls_ocsp_ctx *ctx); | 209 | void tls_ocsp_ctx_free(struct tls_ocsp_ctx *ctx); |
210 | struct tls_ocsp_ctx *tls_ocsp_setup_from_peer(struct tls *ctx); | 210 | struct tls_ocsp_ctx *tls_ocsp_setup_from_peer(struct tls *ctx); |
211 | 211 | ||
212 | int asn1_time_parse(const char *, size_t, struct tm *, int); | ||
213 | |||
214 | #endif /* HEADER_TLS_INTERNAL_H */ | 212 | #endif /* HEADER_TLS_INTERNAL_H */ |