aboutsummaryrefslogtreecommitdiff
path: root/test/p_test.c
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-06-21 01:21:19 +0200
committerDr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com>2020-06-24 22:01:22 +0200
commit23c48d94d4d34eedc15fa65e0fa0e38a6137e09f (patch)
tree1cb95463b3278767a65f853b2cc084790a247c44 /test/p_test.c
parent5b286641efef67aed5af026302b2176e3e368ae9 (diff)
downloadopenssl-23c48d94d4d34eedc15fa65e0fa0e38a6137e09f.zip
openssl-23c48d94d4d34eedc15fa65e0fa0e38a6137e09f.tar.gz
openssl-23c48d94d4d34eedc15fa65e0fa0e38a6137e09f.tar.bz2
Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12222)
Diffstat (limited to 'test/p_test.c')
-rw-r--r--test/p_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/p_test.c b/test/p_test.c
index 5a49123..9a0f229 100644
--- a/test/p_test.c
+++ b/test/p_test.c
@@ -27,7 +27,7 @@
#endif
#include <openssl/core.h>
-#include <openssl/core_numbers.h>
+#include <openssl/core_dispatch.h>
static OSSL_core_gettable_params_fn *c_gettable_params = NULL;
static OSSL_core_get_params_fn *c_get_params = NULL;