boring2/systest/src/main.rs

10 lines
162 B
Rust

#![allow(bad_style, clippy::all)]
extern crate libc;
extern crate openssl_sys;
use libc::*;
use openssl_sys::*;
include!(concat!(env!("OUT_DIR"), "/all.rs"));