aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/crypto.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-02-03 13:54:22 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-02 16:13:27 +0200
commit9067b02ff517eb7c356e6dd8cf1e73621a8ead44 (patch)
tree4965d66e0b99fe4f22562f221b5d6f470563d24a /include/odp/api/spec/crypto.h
parent86f5fd8d3b17d946585ae6f0e353bc443b2237c0 (diff)
api: crypto: remove deprecated odp_crypto_compl_status_t type
Remove deprecated odp_crypto_compl_status_t type. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include/odp/api/spec/crypto.h')
-rw-r--r--include/odp/api/spec/crypto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h
index 1a0647953..3b3372f61 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -892,9 +892,6 @@ typedef struct odp_crypto_op_status {
} odp_crypto_op_status_t;
-/** @deprecated Use ODP_DEPRECATE(odp_crypto_op_status_t) instead */
-typedef odp_crypto_op_status_t ODP_DEPRECATE(odp_crypto_compl_status_t);
-
/**
* Crypto API operation result
*/