Skip to content

Commit

Permalink
remove legacy openssl import (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruton authored Mar 19, 2024
1 parent 4b4811d commit 15f9fb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/xmlsec/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 15f9fb8

Please sign in to comment.