mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
Clarify aad parameter in openssl_encrypt/decrypt
Closes GH-1603.
This commit is contained in:
parent
1352dd77d7
commit
9fc8bcc083
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,7 @@
|
|||
<term><parameter>aad</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Additional authentication data.
|
||||
Additional authenticated data.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
|
@ -85,7 +85,7 @@
|
|||
<term><parameter>aad</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Additional authentication data.
|
||||
Additional authenticated data.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue