Unverified Commit 325d71a2 authored by Steven Fackler's avatar Steven Fackler
Browse files

fix libressl

parent 3f764e92
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ See rust-openssl README for more information:
            (3, 3, 1) => ('3', '3', '1'),
            (3, 3, _) => ('3', '3', 'x'),
            (3, 4, 0) => ('3', '4', '0'),
            (3, 4, 1) => ('3', '4', '1'),
            (3, 4, _) => ('3', '4', 'x'),
            _ => version_error(),
        };

+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ use std::path::PathBuf;
const INCLUDES: &str = "
#include <openssl/asn1.h>
#include <openssl/bio.h>
#include <openssl/comp.h>
#include <openssl/conf.h>
#include <openssl/crypto.h>
#include <openssl/dh.h>