Loading openssl/src/asn1.rs +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ pub struct Asn1Tag(c_int); impl Asn1Tag { /// Return the underlying c_int value pub fn as_c_int(&self) -> c_int { return self.0; self.0 } /// Equivalent to OpenSSL Constant: V_ASN1_EOC Loading openssl/src/x509/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ use std::ptr; use std::slice; use std::str; use asn1::{Asn1BitStringRef, Asn1IntegerRef, Asn1ObjectRef, Asn1StringRef, Asn1TimeRef, Asn1Tag}; use asn1::{Asn1BitStringRef, Asn1IntegerRef, Asn1ObjectRef, Asn1StringRef, Asn1Tag, Asn1TimeRef}; use bio::MemBioSlice; use conf::ConfRef; use error::ErrorStack; Loading Loading
openssl/src/asn1.rs +1 −1 Original line number Diff line number Diff line Loading @@ -90,7 +90,7 @@ pub struct Asn1Tag(c_int); impl Asn1Tag { /// Return the underlying c_int value pub fn as_c_int(&self) -> c_int { return self.0; self.0 } /// Equivalent to OpenSSL Constant: V_ASN1_EOC Loading
openssl/src/x509/mod.rs +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ use std::ptr; use std::slice; use std::str; use asn1::{Asn1BitStringRef, Asn1IntegerRef, Asn1ObjectRef, Asn1StringRef, Asn1TimeRef, Asn1Tag}; use asn1::{Asn1BitStringRef, Asn1IntegerRef, Asn1ObjectRef, Asn1StringRef, Asn1Tag, Asn1TimeRef}; use bio::MemBioSlice; use conf::ConfRef; use error::ErrorStack; Loading