Adapt older import_export test data to the new function signature
diff --git a/include/psa/crypto.h b/include/psa/crypto.h
index 0c9bf61..c8a05a4 100755
--- a/include/psa/crypto.h
+++ b/include/psa/crypto.h
@@ -340,6 +340,8 @@
 #define PSA_ALG_RSA_GET_HASH(alg)                                       \
     (((alg) & PSA_ALG_HASH_MASK) | PSA_ALG_CATEGORY_HASH)
 
+#define PSA_ALG_ECDSA_RAW                       ((psa_algorithm_t)0x10030000)
+
 /**@}*/
 
 /** \defgroup key_management Key management