aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/crypto.h
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2021-08-27 10:41:30 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2021-09-29 17:01:02 +0300
commit187d289fb05dad716647dbc7ea0834475547f388 (patch)
tree205dad0469500077cf19638800dfa48b5be8794c /include/odp/api/spec/crypto.h
parent3cc016993ea75edc6e1c0c1ff0f00247a1887b5a (diff)
api: support: move content to std_types.h
Maintain all common types and definitions in one file (std_types.h). Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'include/odp/api/spec/crypto.h')
-rw-r--r--include/odp/api/spec/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h
index c5c3f0936..bfda0bcee 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -15,7 +15,7 @@
#include <odp/visibility_begin.h>
#include <odp/api/deprecated.h>
-#include <odp/api/support.h>
+#include <odp/api/std_types.h>
#ifdef __cplusplus
extern "C" {