aboutsummaryrefslogtreecommitdiffstats
path: root/doc/crypto/DSA_size.pod
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-08-05 16:27:01 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-08-05 16:27:01 +0000
commit5bf738737da9c9c09a73686f945c22d5eb2e1a74 (patch)
treeda1e665842ab91d20b406016471286fadc109d6c /doc/crypto/DSA_size.pod
parent415e03aa6f4f15460c1c94177018f63f9ecfca61 (diff)
downloadopenssl-5bf738737da9c9c09a73686f945c22d5eb2e1a74.tar.gz
These are updates/fixes to DH/DSA/RAND docs based on the fixes to the RSA
docs. There were a couple of other places (including RSA) where the docs were not quite synchronised with the API that are now fixed. One or two still remain to be fixed though ...
Diffstat (limited to 'doc/crypto/DSA_size.pod')
-rw-r--r--doc/crypto/DSA_size.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/DSA_size.pod b/doc/crypto/DSA_size.pod
index 23b6320a4d..ba4f650361 100644
--- a/doc/crypto/DSA_size.pod
+++ b/doc/crypto/DSA_size.pod
@@ -8,7 +8,7 @@ DSA_size - get DSA signature size
#include <openssl/dsa.h>
- int DSA_size(DSA *dsa);
+ int DSA_size(const DSA *dsa);
=head1 DESCRIPTION