aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_random_openssl_internal.h
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-05-26 17:03:10 +0300
committerGitHub <noreply@github.com>2021-05-26 17:03:10 +0300
commit3cc4177b551f32aa4b3b0d76c248f5342362a028 (patch)
treeec8f42fce582fb0400074c34cdf1aa2a4f070cf7 /platform/linux-generic/include/odp_random_openssl_internal.h
parentcb9db0fa8ca6dd0d58ffe6180affe43abe53956c (diff)
parentce0f58291aa87b856c7df2501c8e7de9a16a9b5d (diff)
Merge ODP v1.28.0.0v1.28.0.0_DPDK_19.11
Merge ODP linux-generic v1.28.0.0 into ODP-DPDK.
Diffstat (limited to 'platform/linux-generic/include/odp_random_openssl_internal.h')
-rw-r--r--platform/linux-generic/include/odp_random_openssl_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/linux-generic/include/odp_random_openssl_internal.h b/platform/linux-generic/include/odp_random_openssl_internal.h
index 7784d560e..3205a2c32 100644
--- a/platform/linux-generic/include/odp_random_openssl_internal.h
+++ b/platform/linux-generic/include/odp_random_openssl_internal.h
@@ -16,7 +16,6 @@ extern "C" {
#include <odp/api/random.h>
odp_random_kind_t _odp_random_openssl_max_kind(void);
-int32_t _odp_random_openssl_test_data(uint8_t *buf, uint32_t len, uint64_t *seed);
int32_t _odp_random_openssl_data(uint8_t *buf, uint32_t len, odp_random_kind_t kind);
int _odp_random_openssl_init_local(void);
int _odp_random_openssl_term_local(void);