From: Rob Percival Date: Fri, 5 Aug 2016 12:40:05 +0000 (+0100) Subject: Document that SCT_set_source returns 0 on failure. X-Git-Tag: OpenSSL_1_1_0~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cfdabbb09273aa9abeb8e51d8771f41196e5d75;p=openssl Document that SCT_set_source returns 0 on failure. Reviewed-by: Rich Salz Reviewed-by: Matt Caswell --- 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 returns 1 if the specified NID is supported, 0 otherwis B and B return 1 if the supplied buffer is copied successfully, 0 otherwise (i.e. if malloc fails). -B will always return 1. +B returns 1 on success, 0 otherwise. =head1 SEE ALSO