aboutsummaryrefslogtreecommitdiff
path: root/systest/src/main.rs
blob: 39d31b2fc3520a69ae44d2c703a12923c1b25cfa (plain) (blame)
1
2
3
4
5
6
7
8
9
#![allow(bad_style)]

extern crate openssl_sys;
extern crate libc;

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

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