john: remove SHA0 plug (libressl-2.3 fix)
This commit is contained in:
parent
4a5da81c0e
commit
559369a605
|
@ -18,6 +18,7 @@ distfiles="$homepage/j/$pkgname-${version}-jumbo-${_jumbover}.tar.xz"
|
|||
checksum=bac93d025995a051f055adbd7ce2f1975676cac6c74a6c7a3ee4cfdd9c160923
|
||||
|
||||
pre_configure() {
|
||||
rm rawSHA0_fmt_plug.c # SHA no longer available in libressl
|
||||
sed -i 's|des_|DES_|g' KRB4*.c
|
||||
export AS= LD=
|
||||
export OPENSSL_LIBS="-lssl -lcrypto"
|
||||
|
|
Loading…
Reference in New Issue