Removed PSA_DOES_NOT_EXIST from psa_export_public_key
The implementation should return PSA_ERROR_INVALID_HANDLE instead.
diff --git a/include/psa/crypto.h b/include/psa/crypto.h
index 8a987e9..49f98b1 100644
--- a/include/psa/crypto.h
+++ b/include/psa/crypto.h
@@ -674,7 +674,6 @@
*
* \retval #PSA_SUCCESS
* \retval #PSA_ERROR_INVALID_HANDLE
- * \retval #PSA_ERROR_DOES_NOT_EXIST
* \retval #PSA_ERROR_INVALID_ARGUMENT
* The key is neither a public key nor a key pair.
* \retval #PSA_ERROR_NOT_SUPPORTED