From 61198dce4d3f6c83534a2d04eb35e4228fa933df Mon Sep 17 00:00:00 2001 From: beck <> Date: Sat, 29 Apr 2017 22:31:42 +0000 Subject: Revert previous - we still want to do this, but I forgot about the installer and want to avoid the wrath of theo when he arrives home in a couple of hours :) --- src/lib/libssl/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/libssl/Makefile') diff --git a/src/lib/libssl/Makefile b/src/lib/libssl/Makefile index 7656e88cea..12a4b4c2fa 100644 --- a/src/lib/libssl/Makefile +++ b/src/lib/libssl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.33 2017/04/29 22:22:24 beck Exp $ +# $OpenBSD: Makefile,v 1.34 2017/04/29 22:31:42 beck Exp $ .include .ifndef NOMAN @@ -19,7 +19,6 @@ CFLAGS+= -DLIBRESSL_INTERNAL CFLAGS+= -I${.CURDIR} LDADD+= -L${BSDOBJDIR}/lib/libcrypto -lcrypto -LDADD+= -L${BSDOBJDIR}/lib/libpthread -lpthread VERSION_SCRIPT= Symbols.map SYMBOL_LIST= ${.CURDIR}/Symbols.list -- cgit v1.2.3-55-g6feb