diff options
Diffstat (limited to 'src/lib/libcrypto/man/X509_ALGOR_dup.3')
-rw-r--r-- | src/lib/libcrypto/man/X509_ALGOR_dup.3 | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/src/lib/libcrypto/man/X509_ALGOR_dup.3 b/src/lib/libcrypto/man/X509_ALGOR_dup.3 index 00d87592c7..5ca80dc3f8 100644 --- a/src/lib/libcrypto/man/X509_ALGOR_dup.3 +++ b/src/lib/libcrypto/man/X509_ALGOR_dup.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: X509_ALGOR_dup.3,v 1.1 2016/12/04 20:51:47 schwarze Exp $ | 1 | .\" $OpenBSD: X509_ALGOR_dup.3,v 1.2 2016/12/05 16:38:24 jmc Exp $ |
2 | .\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 | 2 | .\" OpenSSL 4692340e Jun 7 15:49:08 2016 -0400 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 4 2016 $ | 51 | .Dd $Mdocdate: December 5 2016 $ |
52 | .Dt X509_ALGOR_DUP 3 | 52 | .Dt X509_ALGOR_DUP 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -146,12 +146,3 @@ compares | |||
146 | and | 146 | and |
147 | .Fa b | 147 | .Fa b |
148 | and returns 0 if they have identical encodings and non-zero otherwise. | 148 | and returns 0 if they have identical encodings and non-zero otherwise. |
149 | .Sh COPYRIGHT | ||
150 | Copyright 2002-2016 The OpenSSL Project Authors. | ||
151 | All Rights Reserved. | ||
152 | .Pp | ||
153 | Licensed under the OpenSSL license (the "License"). | ||
154 | You may not use this file except in compliance with the License. | ||
155 | You can obtain a copy in the file LICENSE in the source distribution or | ||
156 | at | ||
157 | .Lk https://www.openssl.org/source/license.html . | ||