Fix unused variable in PSA core when no AEAD algorithm is present

Signed-off-by: Steven Cooreman <steven.cooreman@silabs.com>
diff --git a/library/psa_crypto.c b/library/psa_crypto.c
index c00875b..6dec490 100644
--- a/library/psa_crypto.c
+++ b/library/psa_crypto.c
@@ -4584,6 +4584,7 @@
     else
 #endif /* MBEDTLS_CHACHAPOLY_C */
     {
+        (void) tag;
         return( PSA_ERROR_NOT_SUPPORTED );
     }