Add a skeleton default provider
[oweals/openssl.git] / crypto / provider_predefined.c
index be21565e9ff3e3b0398f8c2d358027e7c192ff41..d14cd5b96ea9454ddc9933061980901777397851 100644 (file)
 #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 }
 };