From 00809b788b39971ad83b57ace1803bf130b53a1e Mon Sep 17 00:00:00 2001 From: jmc <> Date: Mon, 5 Dec 2016 19:41:46 +0000 Subject: tweak previous; --- src/lib/libcrypto/man/X509_new.3 | 5 +++-- src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/man/X509_new.3 b/src/lib/libcrypto/man/X509_new.3 index c451485f60..2cc4ddd7b6 100644 --- a/src/lib/libcrypto/man/X509_new.3 +++ b/src/lib/libcrypto/man/X509_new.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_new.3,v 1.4 2016/12/05 18:26:16 schwarze Exp $ +.\" $OpenBSD: X509_new.3,v 1.5 2016/12/05 19:41:46 jmc Exp $ .\" OpenSSL 3a59ad98 Dec 11 00:36:06 2015 +0000 .\" .\" This file was written by Dr. Stephen Henson . @@ -53,7 +53,8 @@ .Os .Sh NAME .Nm X509_new , -.Nm X509_free +.Nm X509_free , +.Nm X509_up_ref .Nd X509 certificate ASN.1 allocation functions .Sh SYNOPSIS .In openssl/x509.h diff --git a/src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 b/src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 index 32d828f230..866c7b8bdb 100644 --- a/src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 +++ b/src/lib/libcrypto/man/X509v3_get_ext_by_NID.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509v3_get_ext_by_NID.3,v 1.1 2016/12/05 18:24:08 schwarze Exp $ +.\" $OpenBSD: X509v3_get_ext_by_NID.3,v 1.2 2016/12/05 19:41:46 jmc Exp $ .\" OpenSSL c952780c Jun 21 07:03:34 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson . @@ -287,7 +287,7 @@ from The deleted extension is returned and must be freed by the caller. If .Fa loc -is in invalid index value, +is an invalid index value, .Dv NULL is returned. .Pp @@ -377,7 +377,7 @@ if an error occurs. .Fn X509v3_get_ext_by_OBJ , and .Fn X509v3_get_ext_by_critical -return the an extension index or -1 if an error occurs. +return the extension index or -1 if an error occurs. .Pp .Xr X509v3_add_ext 3 returns a stack of extensions or -- cgit v1.2.3-55-g6feb