Skip to content

Commit 8108ac2

Browse files
authored
Fix typo: OEAP → OAEP (#5183)
1 parent 4090672 commit 8108ac2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reference/openssl/functions/openssl-private-decrypt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<term><parameter>digest_algo</parameter></term>
7171
<listitem>
7272
<simpara>
73-
The digest algorithm for OEAP padding, or &null; to use the default algorithm.
73+
The digest algorithm for OAEP padding, or &null; to use the default algorithm.
7474
</simpara>
7575
</listitem>
7676
</varlistentry>

reference/openssl/functions/openssl-public-encrypt.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<term><parameter>digest_algo</parameter></term>
7474
<listitem>
7575
<simpara>
76-
The digest algorithm for OEAP padding, or &null; to use the default algorithm.
76+
The digest algorithm for OAEP padding, or &null; to use the default algorithm.
7777
</simpara>
7878
</listitem>
7979
</varlistentry>

0 commit comments

Comments
 (0)