aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/SCT_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/SCT_new.pod b/doc/crypto/SCT_new.pod
index f8a3852806..a12408b265 100644
--- a/doc/crypto/SCT_new.pod
+++ b/doc/crypto/SCT_new.pod
@@ -170,7 +170,7 @@ B<SCT_set_signature_nid> returns 1 if the specified NID is supported, 0 otherwis
B<SCT_set1_extensions> and B<SCT_set1_signature> return 1 if the supplied buffer
is copied successfully, 0 otherwise (i.e. if malloc fails).
-B<SCT_set_source> will always return 1.
+B<SCT_set_source> returns 1 on success, 0 otherwise.
=head1 SEE ALSO