]> git.proxmox.com Git - cargo.git/blobdiff - vendor/openssl/src/nid.rs
New upstream version 0.52.0
[cargo.git] / vendor / openssl / src / nid.rs
index cbff7f82f42cb9547e28428f4e6593ce7c2df73f..8545666cb604c935088f437faf46261332f54f67 100644 (file)
@@ -1,12 +1,11 @@
 //! A collection of numerical identifiers for OpenSSL objects.
-use ffi;
 use libc::{c_char, c_int};
 
 use std::ffi::CStr;
 use std::str;
 
-use cvt_p;
-use error::ErrorStack;
+use crate::cvt_p;
+use crate::error::ErrorStack;
 
 /// The digest and public-key algorithms associated with a signature.
 pub struct SignatureAlgorithms {