diff options
author | miod <> | 2014-07-09 17:36:58 +0000 |
---|---|---|
committer | miod <> | 2014-07-09 17:36:58 +0000 |
commit | 8f147593f649791212451b70b61f2560f8cd408b (patch) | |
tree | 5ca70911551fb5fc0dd2488879e16bf54a97ac1c /src/lib/libcrypto/doc/DSA_sign.pod | |
parent | a78955ae4a5a81f10fff6443c03c56c6240709ac (diff) | |
download | openbsd-8f147593f649791212451b70b61f2560f8cd408b.tar.gz openbsd-8f147593f649791212451b70b61f2560f8cd408b.tar.bz2 openbsd-8f147593f649791212451b70b61f2560f8cd408b.zip |
Remove mention that the PRNG needs to be seeded before invoking some
functions.
Diffstat (limited to 'src/lib/libcrypto/doc/DSA_sign.pod')
-rw-r--r-- | src/lib/libcrypto/doc/DSA_sign.pod | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/DSA_sign.pod b/src/lib/libcrypto/doc/DSA_sign.pod index 97389e8ec8..4e78a71390 100644 --- a/src/lib/libcrypto/doc/DSA_sign.pod +++ b/src/lib/libcrypto/doc/DSA_sign.pod | |||
@@ -38,9 +38,6 @@ B<dsa> is the signer's public key. | |||
38 | 38 | ||
39 | The B<type> parameter is ignored. | 39 | The B<type> parameter is ignored. |
40 | 40 | ||
41 | The PRNG must be seeded before DSA_sign() (or DSA_sign_setup()) | ||
42 | is called. | ||
43 | |||
44 | =head1 RETURN VALUES | 41 | =head1 RETURN VALUES |
45 | 42 | ||
46 | DSA_sign() and DSA_sign_setup() return 1 on success, 0 on error. | 43 | DSA_sign() and DSA_sign_setup() return 1 on success, 0 on error. |