aboutsummaryrefslogtreecommitdiff
path: root/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'openssl')
-rw-r--r--openssl/Cargo.toml2
l---------openssl/README.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index b62d3c19..e9c4fa71 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -6,7 +6,7 @@ license = "Apache-2.0"
description = "OpenSSL bindings"
repository = "https://github.com/sfackler/rust-openssl"
documentation = "https://docs.rs/openssl/0.9/openssl"
-readme = "../README.md"
+readme = "README.md"
keywords = ["crypto", "tls", "ssl", "dtls"]
categories = ["cryptography", "api-bindings"]
build = "build.rs"
diff --git a/openssl/README.md b/openssl/README.md
new file mode 120000
index 00000000..32d46ee8
--- /dev/null
+++ b/openssl/README.md
@@ -0,0 +1 @@
+../README.md \ No newline at end of file