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

extern crate libc;
extern crate openssl_sys;

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

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