Use PSA_ALG_NONE in PSA_PAKE_OPERATION_INIT to init psa_algorithm_t

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
diff --git a/include/psa/crypto_extra.h b/include/psa/crypto_extra.h
index 8d55bc1..2b4b341 100644
--- a/include/psa/crypto_extra.h
+++ b/include/psa/crypto_extra.h
@@ -1852,7 +1852,7 @@
 /** Returns a suitable initializer for a PAKE operation object of type
  * psa_pake_operation_t.
  */
-#define PSA_PAKE_OPERATION_INIT {0, {0}}
+#define PSA_PAKE_OPERATION_INIT {PSA_ALG_NONE, {0}}
 
 struct psa_pake_cipher_suite_s
 {