diff options
author | markm <markm@FreeBSD.org> | 2003-01-28 23:03:15 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2003-01-28 23:03:15 +0000 |
commit | 0d82b8beac6f0b2d54b81460b9e746e43a429d95 (patch) | |
tree | c43c7b3c1950cc2b29ce8424816a9c5fe53f6083 /lib/libfetch/Makefile | |
parent | ecacd12edb99d739f012912174233320c5f8262f (diff) | |
download | FreeBSD-src-0d82b8beac6f0b2d54b81460b9e746e43a429d95.zip FreeBSD-src-0d82b8beac6f0b2d54b81460b9e746e43a429d95.tar.gz |
Adjust for OpenSSL 0.9.7.
Diffstat (limited to 'lib/libfetch/Makefile')
-rw-r--r-- | lib/libfetch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/Makefile b/lib/libfetch/Makefile index 1395f3e..0d41258 100644 --- a/lib/libfetch/Makefile +++ b/lib/libfetch/Makefile @@ -10,7 +10,7 @@ MAN= fetch.3 CLEANFILES= ftperr.h httperr.h .if !defined(NOCRYPT) && !defined(NOSECURE) && !defined(NO_OPENSSL) -CFLAGS+= -DWITH_SSL +CFLAGS+= -DWITH_SSL -DOPENSSL_NO_KRB5 DPADD= ${LIBSSL} ${LIBCRYPTO} LDADD= -lssl -lcrypto WARNS?= 2 |