Document that SCT_set_source returns 0 on failure.
authorRob Percival <robpercival@google.com>
Fri, 5 Aug 2016 12:40:05 +0000 (13:40 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 24 Aug 2016 12:58:19 +0000 (13:58 +0100)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
doc/crypto/SCT_new.pod

index f8a3852806f7c67216dc1e5f140d4b5065131ab7..a12408b2650fb0a05b4fe052e87252db5b4140ae 100644 (file)
@@ -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