summaryrefslogtreecommitdiff
path: root/systest/src/main.rs
blob: cbfa3da67e537bc06c4d92228634e2ce630a945a (plain)
1
2
3
4
5
6
#![allow(bad_style, clippy::all)]

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

include!(concat!(env!("OUT_DIR"), "/all.rs"));