aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2016-08-05 13:40:05 +0100
committerMatt Caswell <matt@openssl.org>2016-08-24 13:58:19 +0100
commit4cfdabbb09273aa9abeb8e51d8771f41196e5d75 (patch)
tree1d4beddb25c3a418df879828ca715dbba23f561b /doc
parent882babda464ace7ec0d6dc9e68f6da29be86c1c1 (diff)
downloadopenssl-4cfdabbb09273aa9abeb8e51d8771f41196e5d75.tar.gz
Document that SCT_set_source returns 0 on failure.
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
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