From 8d79d8e301e0ee5853d7b53fd588b3bace50f5b0 Mon Sep 17 00:00:00 2001 From: beck <> Date: Fri, 4 Nov 2016 18:07:24 +0000 Subject: 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@ --- src/lib/libcrypto/man/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/libcrypto/man/Makefile') diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index a76a03c78a..7819029ff6 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.46 2016/11/04 15:29:03 schwarze Exp $ +# $OpenBSD: Makefile,v 1.47 2016/11/04 18:07:23 beck Exp $ .include # for NOMAN @@ -11,6 +11,7 @@ MAN= \ ASN1_STRING_new.3 \ ASN1_STRING_print_ex.3 \ ASN1_generate_nconf.3 \ + ASN1_time_parse.3 \ BF_set_key.3 \ BIO.3 \ BIO_ctrl.3 \ -- cgit v1.2.3-55-g6feb