Unverified Commit ee760b46 authored by Steven Fackler's avatar Steven Fackler
Browse files

allow deprecation in systest

parent 7c96e5f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#![allow(bad_style, clippy::all)]
#![allow(bad_style, deprecated, clippy::all)]

use libc::*;
use openssl_sys::*;