summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-10-24 17:04:01 +0200
committerRichard Levitte <levitte@openssl.org>2019-10-31 11:13:57 +0100
commit181ea366f67f46cab093d6a7bbb1b2f35125b9f2 (patch)
treee63e7c81273ddf072da229fd8da360101f257f46 /include
parent0fee1dffbb59f7dd0f8def60b945232554f3856c (diff)
crypto/evp/evp_fetch.c: Make it more prominent that these functions are EVP
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/10257)
Diffstat (limited to 'include')
-rw-r--r--include/internal/cryptlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/cryptlib.h b/include/internal/cryptlib.h
index f17816425d..7428453a35 100644
--- a/include/internal/cryptlib.h
+++ b/include/internal/cryptlib.h
@@ -144,7 +144,7 @@ typedef struct ossl_ex_data_global_st {
# define OPENSSL_CTX_METHOD_STORE_RUN_ONCE_INDEX 2
# define OPENSSL_CTX_MAX_RUN_ONCE 3
-# define OPENSSL_CTX_DEFAULT_METHOD_STORE_INDEX 0
+# define OPENSSL_CTX_EVP_METHOD_STORE_INDEX 0
# define OPENSSL_CTX_PROVIDER_STORE_INDEX 1
# define OPENSSL_CTX_PROPERTY_DEFN_INDEX 2
# define OPENSSL_CTX_PROPERTY_STRING_INDEX 3