Remove unneeded warning from internal headers
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
diff --git a/library/psa_crypto_core.h b/library/psa_crypto_core.h
index 2f3cb64..610d780 100644
--- a/library/psa_crypto_core.h
+++ b/library/psa_crypto_core.h
@@ -610,9 +610,6 @@
* \brief Set the maximum number of ops allowed to be executed by an
* interruptible function in a single call.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver
* interruptible_set_max_ops entry point. This function behaves as an
* interruptible_set_max_ops entry point as defined in the PSA driver
@@ -630,9 +627,6 @@
* \brief Get the maximum number of ops allowed to be executed by an
* interruptible function in a single call.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver
* interruptible_get_max_ops entry point. This function behaves as an
* interruptible_get_max_ops entry point as defined in the PSA driver
@@ -650,9 +644,6 @@
* or calling psa_sign_hash_interruptible_abort() on the operation, a
* value of 0 will be returned.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver
* sign_get_num_ops entry point. This function behaves as a
* sign_get_num_ops entry point as defined in the PSA driver interface
@@ -675,9 +666,6 @@
* or calling psa_verify_hash_interruptible_abort() on the operation, a
* value of 0 will be returned.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver
* verify_get_num_ops entry point. This function behaves as a
* verify_get_num_ops entry point as defined in the PSA driver interface
@@ -697,9 +685,6 @@
* \brief Start signing a hash or short message with a private key, in an
* interruptible manner.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver
* sign_hash_start entry point. This function behaves as a
* sign_hash_start entry point as defined in the PSA driver interface
@@ -738,9 +723,6 @@
* \brief Continue and eventually complete the action of signing a hash or
* short message with a private key, in an interruptible manner.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver
* sign_hash_complete entry point. This function behaves as a
* sign_hash_complete entry point as defined in the PSA driver interface
@@ -786,9 +768,6 @@
/**
* \brief Abort a sign hash operation.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver sign_hash_abort
* entry point. This function behaves as a sign_hash_abort entry point as
* defined in the PSA driver interface specification for transparent
@@ -808,9 +787,6 @@
* \brief Start reading and verifying a hash or short message, in an
* interruptible manner.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver
* verify_hash_start entry point. This function behaves as a
* verify_hash_start entry point as defined in the PSA driver interface
@@ -853,9 +829,6 @@
* \brief Continue and eventually complete the action of signing a hash or
* short message with a private key, in an interruptible manner.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver
* sign_hash_complete entry point. This function behaves as a
* sign_hash_complete entry point as defined in the PSA driver interface
@@ -887,9 +860,6 @@
/**
* \brief Abort a verify signed hash operation.
*
- * \warning This is a beta API, and thus subject to change at any point. It is
- * not bound by the usual interface stability promises.
- *
* \note The signature of this function is that of a PSA driver
* verify_hash_abort entry point. This function behaves as a
* verify_hash_abort entry point as defined in the PSA driver interface