aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/crypto.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-02-03 13:53:40 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2022-03-02 16:13:27 +0200
commit86f5fd8d3b17d946585ae6f0e353bc443b2237c0 (patch)
tree0a6e14992a80ea7e7f2f1914a7335d49560fcf5e /include/odp/api/spec/crypto.h
parentc2af030778106a1aab979d043d18fc8c2b813e48 (diff)
api: crypto: remove deprecated odp_crypto_op_params_t type
Remove deprecated odp_crypto_op_params_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 9edec4bca..1a0647953 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -761,9 +761,6 @@ typedef struct odp_crypto_op_param_t {
} odp_crypto_op_param_t;
-/** @deprecated Use odp_crypto_op_param_t instead */
-typedef odp_crypto_op_param_t ODP_DEPRECATE(odp_crypto_op_params_t);
-
/**
* Crypto packet API per packet operation parameters
*/