mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Back out the previous commit - it broke world and was not approved.
I don't know what I was thinking committing without approval - sorry.
This commit is contained in:
parent
fb154652e7
commit
0c7304fede
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue