]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - providers/legacy/legacyprov.c
Replumbing: give the possibility for the provider to create a context
[thirdparty/openssl.git] / providers / legacy / legacyprov.c
index 48e89338d4b4f8fddc9b1d490896402747d36245..2d42229fea17f232459eafde7db2971c4a0eea82 100644 (file)
@@ -80,7 +80,8 @@ static const OSSL_DISPATCH legacy_dispatch_table[] = {
 
 int OSSL_provider_init(const OSSL_PROVIDER *provider,
                        const OSSL_DISPATCH *in,
-                       const OSSL_DISPATCH **out)
+                       const OSSL_DISPATCH **out,
+                       void **provctx)
 {
     for (; in->function_id != 0; in++) {
         switch (in->function_id) {