[DOC-CVS] [doc-en] master: Fix typo: OEAP → OAEP (#5183)
[email protected] (Mikhail Alferov via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Mikhail Alferov (mmalferov)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2026-01-28T10:16:43+08:00
Commit: https://github.com/php/doc-en/commit/8108ac2a62dfc6577341b13a91fe1bdbaee870e4
Raw diff: https://github.com/php/doc-en/commit/8108ac2a62dfc6577341b13a91fe1bdbaee870e4.diff
Fix typo: OEAP → OAEP (#5183)
Changed paths:
M reference/openssl/functions/openssl-private-decrypt.xml
M reference/openssl/functions/openssl-public-encrypt.xml
Diff:
diff --git a/reference/openssl/functions/openssl-private-decrypt.xml b/reference/openssl/functions/openssl-private-decrypt.xml
index 852523913461..93667da2deb6 100644
--- a/reference/openssl/functions/openssl-private-decrypt.xml
+++ b/reference/openssl/functions/openssl-private-decrypt.xml
@@ -70,7 +70,7 @@
<term><parameter>digest_algo</parameter></term>
<listitem>
<simpara>
- The digest algorithm for OEAP padding, or &null; to use the default algorithm.
+ The digest algorithm for OAEP padding, or &null; to use the default algorithm.
</simpara>
</listitem>
</varlistentry>
diff --git a/reference/openssl/functions/openssl-public-encrypt.xml b/reference/openssl/functions/openssl-public-encrypt.xml
index 6032a4b2facc..4a4b36eb9544 100644
--- a/reference/openssl/functions/openssl-public-encrypt.xml
+++ b/reference/openssl/functions/openssl-public-encrypt.xml
@@ -73,7 +73,7 @@
<term><parameter>digest_algo</parameter></term>
<listitem>
<simpara>
- The digest algorithm for OEAP padding, or &null; to use the default algorithm.
+ The digest algorithm for OAEP padding, or &null; to use the default algorithm.
</simpara>
</listitem>
</varlistentry>