From 15f9fb824e33e22a96fdd9497bad335eb4d540d4 Mon Sep 17 00:00:00 2001 From: Sean Bruton Date: Mon, 18 Mar 2024 21:07:57 -0500 Subject: [PATCH] remove legacy openssl import (#41) --- src/xmlsec/backend.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xmlsec/backend.rs b/src/xmlsec/backend.rs index 583be93..d1d948e 100644 --- a/src/xmlsec/backend.rs +++ b/src/xmlsec/backend.rs @@ -11,7 +11,6 @@ mod backend { xmlSecOpenSSLAppInit as xmlSecCryptoAppInit, xmlSecOpenSSLAppKeyCertLoad as xmlSecCryptoAppKeyCertLoad, xmlSecOpenSSLAppKeyCertLoadMemory as xmlSecCryptoAppKeyCertLoadMemory, - xmlSecOpenSSLAppKeyLoad as xmlSecCryptoAppKeyLoad, xmlSecOpenSSLAppKeyLoadMemory as xmlSecCryptoAppKeyLoadMemory, xmlSecOpenSSLAppShutdown as xmlSecCryptoAppShutdown, xmlSecOpenSSLInit as xmlSecCryptoInit, xmlSecOpenSSLShutdown as xmlSecCryptoShutdown,