Skip to content

Commit 2cad8f1

Browse files
committed
fixup! psa: Disallow use of invalid hash contexts
1 parent 53d9509 commit 2cad8f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/psa_crypto.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,6 @@ psa_status_t psa_hash_update( psa_hash_operation_t *operation,
15081508
break;
15091509
#endif
15101510
default:
1511-
psa_hash_abort( operation );
15121511
return( PSA_ERROR_BAD_STATE );
15131512
}
15141513

0 commit comments

Comments
 (0)