summaryrefslogtreecommitdiffstats
path: root/crypto/provider_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/provider_local.h')
-rw-r--r--crypto/provider_local.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/provider_local.h b/crypto/provider_local.h
index 12baf032f1..8ac692130f 100644
--- a/crypto/provider_local.h
+++ b/crypto/provider_local.h
@@ -9,10 +9,10 @@
#include <openssl/core.h>
-struct predefined_providers_st {
- const char *name;
+struct provider_info_st {
+ char *name;
OSSL_provider_init_fn *init;
unsigned int is_fallback:1;
};
-extern const struct predefined_providers_st ossl_predefined_providers[];
+extern const struct provider_info_st ossl_predefined_providers[];