summaryrefslogtreecommitdiffstats
path: root/doc/man3/SCT_print.pod
diff options
context:
space:
mode:
authorKinshuk Dua <kinshukdua@gmail.com>2021-10-22 09:32:23 +0200
committerTomas Mraz <tomas@openssl.org>2021-10-26 17:06:17 +0200
commit089df6f135b7cef4e7d0e7b7acecb1d90f5ef3ed (patch)
treec22ec2525d5d8514c9ab39a7c807e9e2f03e8939 /doc/man3/SCT_print.pod
parentdoc: Fix some function signature errors (diff)
downloadopenssl-089df6f135b7cef4e7d0e7b7acecb1d90f5ef3ed.tar.xz
openssl-089df6f135b7cef4e7d0e7b7acecb1d90f5ef3ed.zip
Doc: replace `NULL` terminated with `NUL`
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16885)
Diffstat (limited to 'doc/man3/SCT_print.pod')
-rw-r--r--doc/man3/SCT_print.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SCT_print.pod b/doc/man3/SCT_print.pod
index c7ace453af..97dd58f7bc 100644
--- a/doc/man3/SCT_print.pod
+++ b/doc/man3/SCT_print.pod
@@ -31,7 +31,7 @@ beforehand in order to set the validation status of an SCT first.
=head1 RETURN VALUES
-SCT_validation_status_string() returns a null-terminated string representing
+SCT_validation_status_string() returns a NUL-terminated string representing
the validation status of an B<SCT> object.
=head1 SEE ALSO