X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=doc%2Fcrypto%2FX509_new.pod;h=2e49a6e0df77a49abd5d5195f04b766363e5d090;hp=d6f3d3092fd74f070c9c6399f44a520ca967d0cb;hb=9b86974e0c705ea321ddbc9a9d8562c894809e5b;hpb=3da9505dc02b0594633c73a11343f54bb5dbf536 diff --git a/doc/crypto/X509_new.pod b/doc/crypto/X509_new.pod index d6f3d3092f..2e49a6e0df 100644 --- a/doc/crypto/X509_new.pod +++ b/doc/crypto/X509_new.pod @@ -24,14 +24,14 @@ If B is NULL nothing is done. =head1 RETURN VALUES If the allocation fails, X509_new() returns B and sets an error -code that can be obtained by L. +code that can be obtained by L. Otherwise it returns a pointer to the newly allocated structure. X509_free() returns no value. =head1 SEE ALSO -L, L +L, L =head1 HISTORY