summaryrefslogtreecommitdiffstats
path: root/crypto/provider_predefined.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2019-03-13 12:02:55 +0000
committerMatt Caswell <matt@openssl.org>2019-03-21 09:23:38 +0000
commit8a73348be02fabc367c375dd3c543753649b2a58 (patch)
treefaeae02df8c904a3290ad6e61b24bf778c240ad9 /crypto/provider_predefined.c
parentdf5375b446e700fdd5e8a4aa360d458c4ffed046 (diff)
Add a skeleton default provider
Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8513)
Diffstat (limited to 'crypto/provider_predefined.c')
-rw-r--r--crypto/provider_predefined.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/provider_predefined.c b/crypto/provider_predefined.c
index be21565e9f..d14cd5b96e 100644
--- a/crypto/provider_predefined.c
+++ b/crypto/provider_predefined.c
@@ -10,13 +10,9 @@
#include <openssl/core.h>
#include "provider_local.h"
-#if 0 /* Until it exists for real */
OSSL_provider_init_fn ossl_default_provider_init;
-#endif
const struct predefined_providers_st predefined_providers[] = {
-#if 0 /* Until it exists for real */
{ "default", ossl_default_provider_init, 1 },
-#endif
{ NULL, NULL, 0 }
};