diff options
author | jmc <> | 2016-12-03 13:36:03 +0000 |
---|---|---|
committer | jmc <> | 2016-12-03 13:36:03 +0000 |
commit | 767bff4409ce6a123bd88bf933cd119b0224b542 (patch) | |
tree | a73acb78b90989de6c4e159825f7290f7f3e87b0 /src/lib/libcrypto/man/X509_new.3 | |
parent | 23857f34c1e1f6362c4594df7a9ebaaaad450986 (diff) | |
download | openbsd-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.3 | 8 |
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 |
19 | The X509 ASN1 allocation routines allocate and free an | 19 | The X509 ASN.1 allocation routines allocate and free an |
20 | .Vt X509 | 20 | .Vt X509 |
21 | structure, which represents an X509 certificate. | 21 | structure, which represents an X509 certificate. |
22 | .Pp | 22 | .Pp |