diff options
| author | Elly Jones <[email protected]> | 2011-12-15 18:51:02 -0500 |
|---|---|---|
| committer | Elly Jones <[email protected]> | 2011-12-15 18:51:02 -0500 |
| commit | 852dd45179fc9b420da737a1ed5299efb4ccef04 (patch) | |
| tree | 37d71adba9a6abe619bb59487175e8074e799e0c | |
| parent | pkey: use EVP_PKEY_get1_* instead of EVP_PKEY_get0. (diff) | |
| download | rust-openssl-852dd45179fc9b420da737a1ed5299efb4ccef04.tar.xz rust-openssl-852dd45179fc9b420da737a1ed5299efb4ccef04.zip | |
pkey: build under OSX?
| -rw-r--r-- | pkey.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +use std; // FIXME https://github.com/graydon/rust/issues/1127 + import core::ptr; import core::str; import core::unsafe; |