Fix build

This commit is contained in:
Steven Fackler 2016-08-10 21:37:24 -07:00
parent 59fe901357
commit 9a3fa4d98d
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ use error::ErrorStack;
use bio::MemBioSlice;
use std::ptr;
#[cfg(feature = "dh_from_params")]
use bn::BigNum;
#[cfg(feature = "dh_from_params")]
use std::mem;
pub struct DH(*mut ffi::DH);
impl DH {