diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-05-13 06:28:21 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-05-13 06:28:21 +0000 |
commit | 848b16087dfea0ea53b2f83b985365d0c6687504 (patch) | |
tree | abfc7d07de998b28502f5fd9491b0f03301830ce | |
parent | 1b45e70fdf3705f10311e36d1e61ab4c1efe1f8b (diff) |
don't -I/usr/include/ssl, it's from old openssl distribution.
markus ok
-rw-r--r-- | usr.sbin/openssl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/openssl/Makefile b/usr.sbin/openssl/Makefile index c1563892b31..a3fd4991dbb 100644 --- a/usr.sbin/openssl/Makefile +++ b/usr.sbin/openssl/Makefile @@ -30,7 +30,7 @@ CFLAGS+= -DB_ENDIAN CFLAGS+= -DMONOLITH -DOPENSSL_NO_IDEA -DTERMIOS -DANSI_SOURCE -DOPENSSL_NO_RC5 CFLAGS+= -DOPENSSL_NO_MDC2 -CFLAGS+= -I/usr/include/ssl -I${SSLEAY_SRC_TOP} +CFLAGS+= -I${SSLEAY_SRC_TOP} SRCS= verify.c asn1pars.c req.c dgst.c dh.c enc.c passwd.c gendh.c errstr.c\ pkcs7.c crl2p7.c crl.c ca.c \ |