diff options
Diffstat (limited to 'src/lib/libcrypto/doc/X509_new.pod')
-rw-r--r-- | src/lib/libcrypto/doc/X509_new.pod | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/doc/X509_new.pod b/src/lib/libcrypto/doc/X509_new.pod index d38872335f..a36808b825 100644 --- a/src/lib/libcrypto/doc/X509_new.pod +++ b/src/lib/libcrypto/doc/X509_new.pod | |||
@@ -19,6 +19,7 @@ X509 structure, which represents an X509 certificate. | |||
19 | X509_new() allocates and initializes a X509 structure. | 19 | X509_new() allocates and initializes a X509 structure. |
20 | 20 | ||
21 | X509_free() frees up the B<X509> structure B<a>. | 21 | X509_free() frees up the B<X509> structure B<a>. |
22 | If B<a> is a B<NULL> pointer, no action occurs. | ||
22 | 23 | ||
23 | =head1 RETURN VALUES | 24 | =head1 RETURN VALUES |
24 | 25 | ||
@@ -26,8 +27,6 @@ If the allocation fails, X509_new() returns B<NULL> and sets an error | |||
26 | code that can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. | 27 | code that can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. |
27 | Otherwise it returns a pointer to the newly allocated structure. | 28 | Otherwise it returns a pointer to the newly allocated structure. |
28 | 29 | ||
29 | X509_free() returns no value. | ||
30 | |||
31 | =head1 SEE ALSO | 30 | =head1 SEE ALSO |
32 | 31 | ||
33 | L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509(3)|d2i_X509(3)> | 32 | L<ERR_get_error(3)|ERR_get_error(3)>, L<d2i_X509(3)|d2i_X509(3)> |