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 /crypto/core_algorithm.c | |
parent | 5b286641efef67aed5af026302b2176e3e368ae9 (diff) | |
download | openssl-new-23c48d94d4d34eedc15fa65e0fa0e38a6137e09f.tar.gz |
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 'crypto/core_algorithm.c')
-rw-r--r-- | crypto/core_algorithm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/core_algorithm.c b/crypto/core_algorithm.c index f2e0e06fa8..b035ecfbb4 100644 --- a/crypto/core_algorithm.c +++ b/crypto/core_algorithm.c @@ -8,7 +8,7 @@ */ #include <openssl/core.h> -#include <openssl/core_numbers.h> +#include <openssl/core_dispatch.h> #include "internal/core.h" #include "internal/property.h" #include "internal/provider.h" |