ring opt-in for rsa signing

This commit is contained in:
Joseph Birr-Pixton 2016-07-03 21:32:00 +01:00
parent b98b8f9160
commit 3391886166
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ repository = "https://github.com/ctz/rustls"
[dependencies]
untrusted = "0.2.0"
ring = { version = "0.1.0", git = "https://github.com/briansmith/ring" }
ring = { version = "0.1.0", git = "https://github.com/briansmith/ring", features = ["rsa_signing"] }
# pointed at my fork for the moment
webpki = { version = "0.1.0", git = "https://github.com/ctz/webpki" }