From 16c2f1bdb5f051ee2c0ac96182a0fb5bad7daa68 Mon Sep 17 00:00:00 2001
From: Richard Levitte <levitte@openssl.org>
Date: Wed, 20 Feb 2019 22:55:29 +0100
Subject: [PATCH] Add provider module infrastructure

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8287)
---
 util/providers.num | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 util/providers.num

diff --git a/util/providers.num b/util/providers.num
new file mode 100644
index 0000000000..4e2fa81b98
--- /dev/null
+++ b/util/providers.num
@@ -0,0 +1 @@
+OSSL_provider_init                     1	*	EXIST::FUNCTION:
-- 
2.25.1