aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Szumski <will@cowboycoders.org>2014-10-12 02:08:22 +0100
committerWill Szumski <will@cowboycoders.org>2014-10-12 02:08:22 +0100
commitf985b24a24828c829a80086f6cb4acd80f41b2b7 (patch)
tree6b6d2ad3570e1dfed04ea1de050b0da44c4529ad
parent02e103b2fb073e0a080e6ebe5c1429a58ed65fd8 (diff)
downloadpackages-f985b24a24828c829a80086f6cb4acd80f41b2b7.tar.gz
packages-f985b24a24828c829a80086f6cb4acd80f41b2b7.zip
added openssl_evp
-rw-r--r--packages.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 4c17be8..d9469fd 100644
--- a/packages.json
+++ b/packages.json
@@ -975,6 +975,15 @@
"description": "Nimrod implementation of Hashids",
"license": "MIT",
"web": "https://github.com/achesak/nimrod-hashids"
+ },
+ {
+ "name": "openssl_evp",
+ "url": "git://github.com/cowboy-coders/nim-openssl-evp",
+ "method": "git",
+ "tags": ["library", "crypto", "openssl"],
+ "description": "Wrapper for OpenSSL's EVP interface",
+ "license": "OpenSSL License and SSLeay License",
+ "web": "https://github.com/cowboy-coders/nim-openssl-evp"
}
]