aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
diff options
context:
space:
mode:
authorMarko Lalic <[email protected]>2015-03-18 15:45:26 +0100
committerMarko Lalic <[email protected]>2015-03-23 08:14:47 +0100
commitb96bbf6961467fec0a4dd9dfc6321c194fb4e8b8 (patch)
treec65a5cfa1e3e83adfcd07432903de57c75da16be /openssl-sys/Cargo.toml
parentMerge pull request #187 from manuels/x509_sign (diff)
downloadrust-openssl-b96bbf6961467fec0a4dd9dfc6321c194fb4e8b8.tar.xz
rust-openssl-b96bbf6961467fec0a4dd9dfc6321c194fb4e8b8.zip
openssl-sys: Add NPN functions and constants
Diffstat (limited to 'openssl-sys/Cargo.toml')
-rw-r--r--openssl-sys/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index cabde957..8dd3d1b2 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -16,6 +16,7 @@ tlsv1_2 = []
tlsv1_1 = []
sslv2 = []
aes_xts = []
+npn = []
[dependencies]
libc = "0.1"