summaryrefslogtreecommitdiff
path: root/src/lib/libtls/tls_internal.h
diff options
context:
space:
mode:
authorbeck <>2016-11-04 18:07:24 +0000
committerbeck <>2016-11-04 18:07:24 +0000
commit3b8a78795bef4ca09dc876e28a533d702bf5275d (patch)
tree19909c3874aacc91f295043d55b118a7fe7567e8 /src/lib/libtls/tls_internal.h
parent145c17d7875703f3317c0294c215fc4aa38911a8 (diff)
downloadopenbsd-3b8a78795bef4ca09dc876e28a533d702bf5275d.tar.gz
openbsd-3b8a78795bef4ca09dc876e28a533d702bf5275d.tar.bz2
openbsd-3b8a78795bef4ca09dc876e28a533d702bf5275d.zip
make public ASN1_time_parse and ASN1_time_tm_cmp to replace former hidden
functions.. document with a man page. bump majors on libtls, libssl, libcrypto ok jsing@ guenther@
Diffstat (limited to 'src/lib/libtls/tls_internal.h')
-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 */