From 4cfdabbb09273aa9abeb8e51d8771f41196e5d75 Mon Sep 17 00:00:00 2001 From: Rob Percival Date: Fri, 5 Aug 2016 13:40:05 +0100 Subject: [PATCH] Document that SCT_set_source returns 0 on failure. Reviewed-by: Rich Salz Reviewed-by: Matt Caswell --- doc/crypto/SCT_new.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1