Tweak some comments in Cargo.toml
This commit is contained in:
parent
715b700aff
commit
ce4d233d38
|
|
@ -12,19 +12,10 @@ build = "build.rs"
|
||||||
exclude = ["test/*"]
|
exclude = ["test/*"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
aes_xts = []
|
|
||||||
aes_ctr = []
|
|
||||||
|
|
||||||
# Added in OpenSSL 1.0.2
|
# Added in OpenSSL 1.0.2
|
||||||
rfc5114 = []
|
rfc5114 = []
|
||||||
|
aes_xts = []
|
||||||
# TODO: what to do about these features?
|
aes_ctr = []
|
||||||
# tlsv1_2 = []
|
|
||||||
# tlsv1_1 = []
|
|
||||||
# dtlsv1 = []
|
|
||||||
# dtlsv1_2 = []
|
|
||||||
# sslv2 = []
|
|
||||||
# sslv3 = []
|
|
||||||
|
|
||||||
npn = []
|
npn = []
|
||||||
alpn = []
|
alpn = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue