Date: Wed, 29 Jan 2003 23:51:02 -0500 From: Alexander Kabaev <kabaev@bellatlantic.net> To: Jacques Vidrine <nectar@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h opensslconf-ia64.h opensslconf-powerpc.h opensslconf-sparc64.h Message-ID: <20030129235102.3c7f90e3.kabaev@bellatlantic.net> In-Reply-To: <200301290106.h0T16F6P029651@repoman.freebsd.org> References: <200301290106.h0T16F6P029651@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 28 Jan 2003 17:06:15 -0800 (PST) Jacques Vidrine <nectar@FreeBSD.org> wrote: > nectar 2003/01/28 17:06:15 PST > > Modified files: > secure/lib/libcrypto opensslconf-alpha.h opensslconf-i386.h > opensslconf-ia64.h opensslconf-powerpc.h > opensslconf-sparc64.h > Log: > Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712 > can only be built with MIT Kerberos. > > If we didn't define this here, then SSL-using applications would > have to define OPENSSL_NO_KRB5 themselves in order to build. This change is causes a whole lot of warnings: In file included from /usr/src/crypto/openssl/e_os.h:62, from /usr/src/crypto/openssl/crypto/cryptlib.h:65, from /usr/src/crypto/openssl/crypto/evp/m_md4.c:61: /usr/obj/usr/src/secure/lib/libcrypto/openssl/opensslconf.h:177:1: warning: "OPENSSL_NO_KRB5" redefined /usr/src/crypto/openssl/crypto/evp/m_md4.c:1:1: warning: this is the location of the previous definition src/secure/lib/libcrypt/Makefile.inc defines OPENSSL_NO_KRB5 in CFLAGS. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030129235102.3c7f90e3.kabaev>