diff options
| -rw-r--r-- | openssl/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index b6c5f589..5451f379 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -10,7 +10,6 @@ readme = "../README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] build = "build.rs" -exclude = ["test/*"] [features] v101 = [] |