summaryrefslogtreecommitdiffstats
path: root/doc/man3/ASN1_STRING_new.pod
diff options
context:
space:
mode:
authorNikolay Morozov <nmorozoff77@yandex.ru>2020-05-14 22:32:59 +0300
committerMatt Caswell <matt@openssl.org>2020-05-18 09:34:07 +0100
commitd9321c09ea0b1231d9752935e15eb05231ae147a (patch)
tree78c5a3b3c5753c68b419127ce9709af85a13d66c /doc/man3/ASN1_STRING_new.pod
parent4fcd15c18ad6b5523a389863d3e5628d44db6eb4 (diff)
Fix small documentation issues
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/11835)
Diffstat (limited to 'doc/man3/ASN1_STRING_new.pod')
-rw-r--r--doc/man3/ASN1_STRING_new.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/ASN1_STRING_new.pod b/doc/man3/ASN1_STRING_new.pod
index 581d3f6e36..83f6aaa6f8 100644
--- a/doc/man3/ASN1_STRING_new.pod
+++ b/doc/man3/ASN1_STRING_new.pod
@@ -9,8 +9,8 @@ ASN1_STRING allocation functions
#include <openssl/asn1.h>
- ASN1_STRING * ASN1_STRING_new(void);
- ASN1_STRING * ASN1_STRING_type_new(int type);
+ ASN1_STRING *ASN1_STRING_new(void);
+ ASN1_STRING *ASN1_STRING_type_new(int type);
void ASN1_STRING_free(ASN1_STRING *a);
=head1 DESCRIPTION