Add change-log file (issue #5065)

Signed-off-by: Przemyslaw Stekiel <[email protected]>
This commit is contained in:
Przemyslaw Stekiel
2021-10-14 09:14:09 +02:00
parent 4cad4fc8a9
commit ed61c5e8b0
+4
View File
@@ -0,0 +1,4 @@
Bugfix
* Use switch statement instead if-else in
psa_aead_check_nonce_length()
and psa_aead_set_lengths(). Fixes #5065.