Skip to content

Commit faf5fcf

Browse files
Michael SchwarczOren Cohen
authored andcommitted
Fix typo
1 parent 0e74e09 commit faf5fcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TARGET_PSA/services/crypto/COMPONENT_SPE/psa_crypto_partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ static void psa_aead_operation()
767767
psa_msg_t msg = { 0 };
768768
psa_status_t status = PSA_SUCCESS;
769769

770-
if (PSA_SUCCESS != psa_get(PSA_ASYMMPSA_AEADETRIC, &msg)) {
770+
if (PSA_SUCCESS != psa_get(PSA_AEAD, &msg)) {
771771
return;
772772
}
773773
switch (msg.type) {

0 commit comments

Comments
 (0)