summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/man/X509_new.3
diff options
context:
space:
mode:
authorjmc <>2016-12-03 13:36:03 +0000
committerjmc <>2016-12-03 13:36:03 +0000
commit767bff4409ce6a123bd88bf933cd119b0224b542 (patch)
treea73acb78b90989de6c4e159825f7290f7f3e87b0 /src/lib/libcrypto/man/X509_new.3
parent23857f34c1e1f6362c4594df7a9ebaaaad450986 (diff)
downloadopenbsd-767bff4409ce6a123bd88bf933cd119b0224b542.tar.gz
openbsd-767bff4409ce6a123bd88bf933cd119b0224b542.tar.bz2
openbsd-767bff4409ce6a123bd88bf933cd119b0224b542.zip
various cleanup;
Diffstat (limited to 'src/lib/libcrypto/man/X509_new.3')
-rw-r--r--src/lib/libcrypto/man/X509_new.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/man/X509_new.3 b/src/lib/libcrypto/man/X509_new.3
index 00343e1764..705f4b2816 100644
--- a/src/lib/libcrypto/man/X509_new.3
+++ b/src/lib/libcrypto/man/X509_new.3
@@ -1,12 +1,12 @@
1.\" $OpenBSD: X509_new.3,v 1.2 2016/11/06 15:52:50 jmc Exp $ 1.\" $OpenBSD: X509_new.3,v 1.3 2016/12/03 13:36:03 jmc Exp $
2.\" 2.\"
3.Dd $Mdocdate: November 6 2016 $ 3.Dd $Mdocdate: December 3 2016 $
4.Dt X509_NEW 3 4.Dt X509_NEW 3
5.Os 5.Os
6.Sh NAME 6.Sh NAME
7.Nm X509_new , 7.Nm X509_new ,
8.Nm X509_free 8.Nm X509_free
9.Nd X509 certificate ASN1 allocation functions 9.Nd X509 certificate ASN.1 allocation functions
10.Sh SYNOPSIS 10.Sh SYNOPSIS
11.In openssl/x509.h 11.In openssl/x509.h
12.Ft X509 * 12.Ft X509 *
@@ -16,7 +16,7 @@
16.Fa "X509 *a" 16.Fa "X509 *a"
17.Fc 17.Fc
18.Sh DESCRIPTION 18.Sh DESCRIPTION
19The X509 ASN1 allocation routines allocate and free an 19The X509 ASN.1 allocation routines allocate and free an
20.Vt X509 20.Vt X509
21structure, which represents an X509 certificate. 21structure, which represents an X509 certificate.
22.Pp 22.Pp