summaryrefslogtreecommitdiffstats
path: root/doc/crypto/DSA_SIG_new.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2016-08-08 14:14:40 +0100
committerDr. Stephen Henson <steve@openssl.org>2016-08-12 14:21:21 +0100
commit721f3980236c397b0011088477f4568ac5f24cae (patch)
tree20b4cf1f386d4f4ce655842307810ea1722730c1 /doc/crypto/DSA_SIG_new.pod
parentd40a13af5d8d40944614fa3277e7e6a8841a12bc (diff)
Update documentation for DSA_SIG and ECDSA_SIG.
RT#4590 Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc/crypto/DSA_SIG_new.pod')
-rw-r--r--doc/crypto/DSA_SIG_new.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/DSA_SIG_new.pod b/doc/crypto/DSA_SIG_new.pod
index 7f6a5a121a..7503460a19 100644
--- a/doc/crypto/DSA_SIG_new.pod
+++ b/doc/crypto/DSA_SIG_new.pod
@@ -16,7 +16,7 @@ DSA_SIG_new, DSA_SIG_free - allocate and free DSA signature objects
=head1 DESCRIPTION
-DSA_SIG_new() allocates and initializes a B<DSA_SIG> structure.
+DSA_SIG_new() allocates an empty B<DSA_SIG> structure.
DSA_SIG_free() frees the B<DSA_SIG> structure and its components. The
values are erased before the memory is returned to the system.