diff options
author | 2018-05-19 23:02:00 +0000 | |
---|---|---|
committer | 2018-05-19 23:02:00 +0000 | |
commit | 82a8dbd9fabc22ef2bd02a7a3df88741d0d12e78 (patch) | |
tree | 488585789a4bfe928d649f0069aca8f423fcb720 | |
parent | In asn1.h rev. 1.49 2018/05/19 10:46:28, tb@ added a const qualifier (diff) | |
download | wireguard-openbsd-82a8dbd9fabc22ef2bd02a7a3df88741d0d12e78.tar.xz wireguard-openbsd-82a8dbd9fabc22ef2bd02a7a3df88741d0d12e78.zip |
In x509.h rev. 1.67 2018/05/19 10:58:08, tb@ added a const qualifier
to the ASN1_OBJECT argment of X509_NAME_add_entry_by_OBJ(3).
Adjust the manual.
-rw-r--r-- | lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 b/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 index bf82995ad20..1f094140394 100644 --- a/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 +++ b/lib/libcrypto/man/X509_NAME_add_entry_by_txt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: X509_NAME_add_entry_by_txt.3,v 1.11 2018/05/19 21:35:19 schwarze Exp $ +.\" $OpenBSD: X509_NAME_add_entry_by_txt.3,v 1.12 2018/05/19 23:02:00 schwarze Exp $ .\" OpenSSL aebb9aac Jul 19 09:27:53 2016 -0400 .\" .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. @@ -74,7 +74,7 @@ .Ft int .Fo X509_NAME_add_entry_by_OBJ .Fa "X509_NAME *name" -.Fa "ASN1_OBJECT *obj" +.Fa "const ASN1_OBJECT *obj" .Fa "int type" .Fa "const unsigned char *bytes" .Fa "int len" |