Commit 4cfdabbb authored by Rob Percival's avatar Rob Percival Committed by Matt Caswell
Browse files

Document that SCT_set_source returns 0 on failure.

parent 882babda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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