X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=doc%2Fcrypto%2FDSA_new.pod;h=48e9b82a09c8dbba2ab4225632c9311313ab2627;hb=a12a6b99629e29d6f8f2e6731e29627a89839715;hp=7dde54445b75649dc24bc652749677efc4b466ad;hpb=38e33cef15e7965ad9fd9db4b08fb2f5dc1bc573;p=oweals%2Fopenssl.git diff --git a/doc/crypto/DSA_new.pod b/doc/crypto/DSA_new.pod index 7dde54445b..48e9b82a09 100644 --- a/doc/crypto/DSA_new.pod +++ b/doc/crypto/DSA_new.pod @@ -14,7 +14,8 @@ DSA_new, DSA_free - allocate and free DSA objects =head1 DESCRIPTION -DSA_new() allocates and initializes a B structure. +DSA_new() allocates and initializes a B structure. It is equivalent to +calling DSA_new_method(NULL). DSA_free() frees the B structure and its components. The values are erased before the memory is returned to the system. @@ -30,7 +31,7 @@ DSA_free() returns no value. =head1 SEE ALSO -L, L, +L, L, L, L