From 0c7304fedea6b87ce1a5b40b57c65c7fefd27077 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Mon, 14 Feb 2000 08:09:52 +0000 Subject: [PATCH] Back out the previous commit - it broke world and was not approved. I don't know what I was thinking committing without approval - sorry. --- secure/usr.bin/openssl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/secure/usr.bin/openssl/Makefile b/secure/usr.bin/openssl/Makefile index 11d4e1fdc70..6f47de54875 100644 --- a/secure/usr.bin/openssl/Makefile +++ b/secure/usr.bin/openssl/Makefile @@ -4,7 +4,7 @@ PROG= openssl MAINTAINER= kris -LDADD= -L/usr/lib -lssl -lcrypto +LDADD= -lssl -lcrypto NOMAN= noman OPENSSL_SRC= ${.CURDIR}/../../../crypto/openssl/apps @@ -17,7 +17,7 @@ LOCALBASE?= /usr/local CFLAGS+= -DNO_RSA -DNO_SSL2 .else CFLAGS+= -DRSAref -LDADD+= -L${LOCALBASE}/lib -lRSAglue -lrsaref +LDADD+= -lRSAglue ${LOCALBASE}/lib/librsaref.a .endif SRCS= apps.c asn1pars.c ca.c ciphers.c crl.c crl2p7.c dgst.c dh.c \