Unverified Commit af91e4ea authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub
Browse files

Merge pull request #2234 from sfackler/alex-patch-1

Only declare OpensslCallbacks in bindgen builds
parents 1088c1dd 053ac0b4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -205,6 +205,7 @@ pub fn run_boringssl(include_dirs: &[PathBuf]) {
        .compile("boring_static_wrapper");
}

#[cfg(feature = "bindgen")]
#[derive(Debug)]
struct OpensslCallbacks;