Skip to content

Commit 971b7fc

Browse files
author
Jonas Maier
committed
maybe this time libressl works?
1 parent ee64cf6 commit 971b7fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

openssl-sys/src/ts.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
use libc::*;
22

3-
use crate::{
4-
ASN1_INTEGER, ASN1_OBJECT, ASN1_OCTET_STRING, BIO, EVP_MD, EVP_PKEY, X509, X509_ALGOR,
5-
};
6-
7-
use super::ASN1_STRING;
3+
use super::*;
84

95
pub enum TS_MSG_IMPRINT {}
106
pub enum TS_REQ {}

0 commit comments

Comments
 (0)