Force linkage of LibreSSL when targeting NaCl OSs.
This commit is contained in:
parent
019e47020a
commit
c2717cd98c
|
|
@ -9,6 +9,9 @@ extern crate libc;
|
|||
extern crate serialize;
|
||||
extern crate sync;
|
||||
|
||||
#[cfg(target_os = "nacl")]
|
||||
extern crate "openssl-sys" as _unused;
|
||||
|
||||
mod macros;
|
||||
|
||||
pub mod asn1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue