summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/src/doc/crypto/EVP_SealInit.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod b/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
index ff73a04fd9..76eebb72a9 100644
--- a/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
+++ b/src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
@@ -25,7 +25,7 @@ encrypted using this key.
25 25
26EVP_SealInit() initializes a cipher context B<ctx> for encryption 26EVP_SealInit() initializes a cipher context B<ctx> for encryption
27with cipher B<type> using a random secret key and IV. B<type> is normally 27with cipher B<type> using a random secret key and IV. B<type> is normally
28supplied by a function such as EVP_des_cbc(). The secret key is encrypted 28supplied by a function such as EVP_aes_256_cbc(). The secret key is encrypted
29using one or more public keys, this allows the same encrypted data to be 29using one or more public keys, this allows the same encrypted data to be
30decrypted using any of the corresponding private keys. B<ek> is an array of 30decrypted using any of the corresponding private keys. B<ek> is an array of
31buffers where the public key encrypted secret key will be written, each buffer 31buffers where the public key encrypted secret key will be written, each buffer