commit | 8eb9dafda1a298ef9113e8656c83b8c59ac2e147 | [log] [tgz] |
---|---|---|
author | Paul Elliott <paul.elliott@arm.com> | Fri Jun 04 16:42:21 2021 +0100 |
committer | Paul Elliott <paul.elliott@arm.com> | Tue Jun 22 16:31:09 2021 +0100 |
tree | 4202b2b285dd22e6aead5b601e3cd4157a0438ca | |
parent | 388f606acd2faabeceb89c9a62d1c22a5263b00b [diff] [blame] |
Add generate nonce test Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c index e824123..8dc6aad 100644 --- a/library/psa_crypto.c +++ b/library/psa_crypto.c
@@ -3547,7 +3547,7 @@ psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED; size_t required_nonce_size; - *nonce_length = 0; + *nonce_length = 0; if( operation->id == 0 ) {