diff options
Diffstat (limited to 'src/lib/libcrypto/doc/DH_new.pod')
-rw-r--r-- | src/lib/libcrypto/doc/DH_new.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/DH_new.pod b/src/lib/libcrypto/doc/DH_new.pod index 60c930093e..d6c3ca82b5 100644 --- a/src/lib/libcrypto/doc/DH_new.pod +++ b/src/lib/libcrypto/doc/DH_new.pod | |||
@@ -21,9 +21,9 @@ erased before the memory is returned to the system. | |||
21 | 21 | ||
22 | =head1 RETURN VALUES | 22 | =head1 RETURN VALUES |
23 | 23 | ||
24 | If the allocation fails, DH_new() returns B<NULL> and sets an error | 24 | If the allocation fails, DH_new() returns B<NULL> and sets an error code that |
25 | code that can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns | 25 | can be obtained by L<ERR_get_error(3)|ERR_get_error(3)>. Otherwise it returns a |
26 | a pointer to the newly allocated structure. | 26 | pointer to the newly allocated structure. |
27 | 27 | ||
28 | DH_free() returns no value. | 28 | DH_free() returns no value. |
29 | 29 | ||