Commit 9a3fa4d9 authored by Steven Fackler's avatar Steven Fackler
Browse files

Fix build

parent 59fe9013
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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 {