diff options
| author | Steven Fackler <[email protected]> | 2016-08-09 22:15:16 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2016-08-09 22:15:16 -0700 |
| commit | 1ac54b06e9c68ecc79e4bb0c4f65296c669a6cc8 (patch) | |
| tree | 30fc7505d0d2165080608a266c9777ce29ced004 /openssl/Cargo.toml | |
| parent | Make c_helpers optional (diff) | |
| download | rust-openssl-1ac54b06e9c68ecc79e4bb0c4f65296c669a6cc8.tar.xz rust-openssl-1ac54b06e9c68ecc79e4bb0c4f65296c669a6cc8.zip | |
Move X509_get_extensions to openssl helpers
Diffstat (limited to 'openssl/Cargo.toml')
| -rw-r--r-- | openssl/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 4669f7e5..f4f4673c 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -28,6 +28,7 @@ pkcs5_pbkdf2_hmac = ["openssl-sys/pkcs5_pbkdf2_hmac"] c_helpers = ["gcc"] x509_clone = ["c_helpers"] +x509_generator_request = ["c_helpers"] ssl_context_clone = ["c_helpers"] [dependencies] |