Remove dependency on libcrypto for compat
parent
a142ebcf43
commit
09e6b14794
|
@ -42,17 +42,17 @@ case "$(uname)" in
|
|||
;;
|
||||
(Linux)
|
||||
cflags -Wno-pedantic -D_GNU_SOURCE
|
||||
config libcrypto libtls ncursesw
|
||||
config libtls ncursesw
|
||||
defvar OPENSSL_BIN openssl exec_prefix /bin/openssl
|
||||
;;
|
||||
(Darwin)
|
||||
cflags -D__STDC_WANT_LIB_EXT1__=1
|
||||
cflags "-D'explicit_bzero(b,l)=memset_s((b),(l),0,(l))'"
|
||||
config libcrypto libtls ncursesw
|
||||
config libtls ncursesw
|
||||
defvar OPENSSL_BIN openssl exec_prefix /bin/openssl
|
||||
;;
|
||||
(*)
|
||||
config libcrypto libtls ncursesw
|
||||
config libtls ncursesw
|
||||
defvar OPENSSL_BIN openssl exec_prefix /bin/openssl
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue