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/tls-provider.c | |
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/tls-provider.c')
-rw-r--r-- | test/tls-provider.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |