aboutsummaryrefslogtreecommitdiff
path: root/hash.rs
diff options
context:
space:
mode:
authorKevin Ballard <[email protected]>2013-12-05 01:43:37 -0800
committerKevin Ballard <[email protected]>2013-12-05 01:43:37 -0800
commitee4d0b4d2b16ba62f848e017ef8647a1cf19deb2 (patch)
tree946139459b1f5d2ab2574528a30c8b696795c470 /hash.rs
parentUpdate for latest master (0.9-pre 90d06ec) (diff)
downloadrust-openssl-ee4d0b4d2b16ba62f848e017ef8647a1cf19deb2.tar.xz
rust-openssl-ee4d0b4d2b16ba62f848e017ef8647a1cf19deb2.zip
Update for latest master (0.9-pre b5bab85)
Diffstat (limited to 'hash.rs')
-rw-r--r--hash.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hash.rs b/hash.rs
index d7b99264..339aafeb 100644
--- a/hash.rs
+++ b/hash.rs
@@ -22,7 +22,7 @@ mod libcrypto {
use super::*;
use std::libc::c_uint;
- #[link_args = "-lcrypto"]
+ #[link(name = "crypto")]
extern {
pub fn EVP_MD_CTX_create() -> EVP_MD_CTX;
pub fn EVP_MD_CTX_destroy(ctx: EVP_MD_CTX);