diff options
author | andreaP <[email protected]> | 2014-12-24 09:51:21 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2015-01-09 10:32:40 +0100 |
commit | 395800d7d8bc0370cab4a69a81011da93f96af55 (patch) | |
tree | 8ae17aac729119ba240ee9ae4bfccf0d178f5141 /lib/crypto | |
parent | 8f45c2409ca2f28f716f01d09047c6bb6f90d9b9 (diff) | |
download | otp-395800d7d8bc0370cab4a69a81011da93f96af55.tar.gz otp-395800d7d8bc0370cab4a69a81011da93f96af55.tar.bz2 otp-395800d7d8bc0370cab4a69a81011da93f96af55.zip |
fixed incorrect tag
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 77cff252ef..092bb84cd9 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -199,7 +199,6 @@ </desc> </func> - <funcs> <func> <name>block_encrypt(Type, Key, Ivec, PlainText) -> CipherText</name> <name>block_encrypt(AeadType, Key, Ivec, {AAD, PlainText}) -> {CipherText, CipherTag}</name> |