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