]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man3/EVP_PKEY_decrypt.pod
Fixed typos in ossl_ht_new.pod, EVP_PKEY_decrypt.pod, and RSA_public_encrypt.pod
[thirdparty/openssl.git] / doc / man3 / EVP_PKEY_decrypt.pod
index 1f5d06b5b8491f09317415c821faa2d27670c58a..903d933fb2c1a88da960ed6e46ab3b1d28aee48c 100644 (file)
@@ -68,7 +68,7 @@ of side-channel secure code from applications using OpenSSL.
 If OpenSSL is configured to use a provider that doesn't implement implicit
 rejection, the code still needs to handle the returned values
 using side-channel free code.
-Side-channel free handling of the error stack can be peformed using
+Side-channel free handling of the error stack can be performed using
 either a pair of unconditional L<ERR_set_mark(3)> and L<ERR_pop_to_mark(3)>
 calls or by using the L<ERR_clear_error(3)> call.