diff options
author | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2020-06-21 01:21:19 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <matthias.st.pierre@ncp-e.com> | 2020-06-24 22:01:22 +0200 |
commit | 23c48d94d4d34eedc15fa65e0fa0e38a6137e09f (patch) | |
tree | 1cb95463b3278767a65f853b2cc084790a247c44 /test | |
parent | apps: avoid memory overrun. (diff) | |
download | openssl-23c48d94d4d34eedc15fa65e0fa0e38a6137e09f.tar.xz openssl-23c48d94d4d34eedc15fa65e0fa0e38a6137e09f.zip |
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')
-rw-r--r-- | test/filterprov.c | 2 | ||||
-rw-r--r-- | test/p_test.c | 2 | ||||
-rw-r--r-- | test/sslapitest.c | 2 | ||||
-rw-r--r-- | test/tls-provider.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/filterprov.c b/test/filterprov.c index c2189e25a8..03063d6206 100644 --- a/test/filterprov.c +++ b/test/filterprov.c @@ -14,7 +14,7 @@ #include <string.h> #include <openssl/core.h> -#include <openssl/core_numbers.h> +#include <openssl/core_dispatch.h> #include <openssl/provider.h> #include <openssl/crypto.h> diff --git a/test/p_test.c b/test/p_test.c index 5a491234a0..9a0f22947a 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; diff --git a/test/sslapitest.c b/test/sslapitest.c index c3ee6fa996..989d041a17 100644 --- a/test/sslapitest.c +++ b/test/sslapitest.c @@ -28,7 +28,7 @@ #include <openssl/aes.h> #include <openssl/rand.h> #include <openssl/core_names.h> -#include <openssl/core_numbers.h> +#include <openssl/core_dispatch.h> #include <openssl/provider.h> #include "ssltestlib.h" diff --git a/test/tls-provider.c b/test/tls-provider.c index 4025d9ee16..158c00747c 100644 --- a/test/tls-provider.c +++ b/test/tls-provider.c @@ -9,7 +9,7 @@ #include <string.h> #include <openssl/core_names.h> -#include <openssl/core_numbers.h> +#include <openssl/core_dispatch.h> #include <openssl/rand.h> #include <openssl/params.h> /* For TLS1_3_VERSION */ |