Remove unrequired initialisation

Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c
index adf3b2b..e97cbaf 100644
--- a/library/psa_crypto.c
+++ b/library/psa_crypto.c
@@ -3364,7 +3364,7 @@
                                       size_t *nonce_length )
 {
     psa_status_t status = PSA_ERROR_CORRUPTION_DETECTED;
-    size_t required_nonce_size = nonce_size;
+    size_t required_nonce_size;
 
      *nonce_length = 0;