diff options
| -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; |
| index : rust-openssl | |
| Unnamed repository; edit this file 'description' to name the repository. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | pkey.rs | 2 |
@@ -1,3 +1,5 @@ +use std; // FIXME https://github.com/graydon/rust/issues/1127 + import core::ptr; import core::str; import core::unsafe; |