Completely remove OpenSSL

This commit is contained in:
Alex Page 2023-06-28 03:49:35 -04:00
parent 2ffa34e673
commit b9067599d4
4 changed files with 13 additions and 100 deletions

View file

@ -10,7 +10,6 @@ elliptic-curve = "0.13.5"
num-bigint = { version = "0.4.3", features = ["rand"] }
num-integer = "0.1.45"
num-traits = "0.2.15"
openssl = { git = "https://github.com/sfackler/rust-openssl" }
rand = "0.8.5"
sha1 = "0.10.5"
thiserror = "1.0.40"