]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/exchange.c
Add the ability to perform signatures in a provider
[thirdparty/openssl.git] / crypto / evp / exchange.c
index e69e4fd0b2832145714a7372b0211e168bfbf9c7..e9b7259cd1c455de7aca7e79cf02fb7f46241010 100644 (file)
@@ -32,11 +32,6 @@ static EVP_KEYEXCH *evp_keyexch_new(OSSL_PROVIDER *prov)
     return exchange;
 }
 
-struct keymgmt_data_st {
-    OPENSSL_CTX *ctx;
-    const char *properties;
-};
-
 static void *evp_keyexch_from_dispatch(const char *name,
                                        const OSSL_DISPATCH *fns,
                                        OSSL_PROVIDER *prov,