summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/EVP_SealInit.pod
diff options
context:
space:
mode:
authormiod <>2014-07-09 17:36:58 +0000
committermiod <>2014-07-09 17:36:58 +0000
commit911cfe3475e21a780d5ce6cc6eda37cd34760fdd (patch)
tree5ca70911551fb5fc0dd2488879e16bf54a97ac1c /src/lib/libcrypto/doc/EVP_SealInit.pod
parent779b5068291411d30276f703b7aec8f8636c2a40 (diff)
downloadopenbsd-911cfe3475e21a780d5ce6cc6eda37cd34760fdd.tar.gz
openbsd-911cfe3475e21a780d5ce6cc6eda37cd34760fdd.tar.bz2
openbsd-911cfe3475e21a780d5ce6cc6eda37cd34760fdd.zip
Remove mention that the PRNG needs to be seeded before invoking some
functions.
Diffstat (limited to 'src/lib/libcrypto/doc/EVP_SealInit.pod')
-rw-r--r--src/lib/libcrypto/doc/EVP_SealInit.pod3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/EVP_SealInit.pod b/src/lib/libcrypto/doc/EVP_SealInit.pod
index 172f210c64..ff73a04fd9 100644
--- a/src/lib/libcrypto/doc/EVP_SealInit.pod
+++ b/src/lib/libcrypto/doc/EVP_SealInit.pod
@@ -55,9 +55,6 @@ failure.
55 55
56=head1 NOTES 56=head1 NOTES
57 57
58Because a random secret key is generated the random number generator
59must be seeded before calling EVP_SealInit().
60
61The public key must be RSA because it is the only OpenSSL public key 58The public key must be RSA because it is the only OpenSSL public key
62algorithm that supports key transport. 59algorithm that supports key transport.
63 60