summaryrefslogtreecommitdiffstats
path: root/doc/man3/ASN1_STRING_length.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_length.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_length.pod')
-rw-r--r--doc/man3/ASN1_STRING_length.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/ASN1_STRING_length.pod b/doc/man3/ASN1_STRING_length.pod
index ae03dd9737..5d974fddd1 100644
--- a/doc/man3/ASN1_STRING_length.pod
+++ b/doc/man3/ASN1_STRING_length.pod
@@ -11,10 +11,10 @@ ASN1_STRING_to_UTF8 - ASN1_STRING utility functions
#include <openssl/asn1.h>
int ASN1_STRING_length(ASN1_STRING *x);
- const unsigned char * ASN1_STRING_get0_data(const ASN1_STRING *x);
- unsigned char * ASN1_STRING_data(ASN1_STRING *x);
+ const unsigned char *ASN1_STRING_get0_data(const ASN1_STRING *x);
+ unsigned char *ASN1_STRING_data(ASN1_STRING *x);
- ASN1_STRING * ASN1_STRING_dup(const ASN1_STRING *a);
+ ASN1_STRING *ASN1_STRING_dup(const ASN1_STRING *a);
int ASN1_STRING_cmp(ASN1_STRING *a, ASN1_STRING *b);