diff options
Diffstat (limited to 'net/krill/files/patch-Cargo.toml')
-rw-r--r-- | net/krill/files/patch-Cargo.toml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/krill/files/patch-Cargo.toml b/net/krill/files/patch-Cargo.toml deleted file mode 100644 index 3a765ec593a7..000000000000 --- a/net/krill/files/patch-Cargo.toml +++ /dev/null @@ -1,17 +0,0 @@ ---- Cargo.toml.orig 2023-11-09 10:16:19 UTC -+++ Cargo.toml -@@ -101,13 +101,12 @@ multi-user = [ - "unicode-normalization", - "urlparse", - ] --static-openssl = ["openssl/vendored"] - - # Preview features - not ready for production use - rta = [] - - # Internal features - not for external use --all = ["multi-user", "rta", "static-openssl"] -+all = ["multi-user", "rta"] - hsm-tests-kmip = ["hsm"] - hsm-tests-pkcs11 = ["hsm"] - |