Date: Thu, 30 Jan 2003 07:19:08 -0600 From: "Jacques A. Vidrine" <nectar@FreeBSD.org> To: ak03@gte.com Cc: markm@FreeBSD.org, 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: <20030130131908.GC28231@opus.celabo.org> In-Reply-To: <20030129235102.3c7f90e3.kabaev@bellatlantic.net> References: <200301290106.h0T16F6P029651@repoman.freebsd.org> <20030129235102.3c7f90e3.kabaev@bellatlantic.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jan 29, 2003 at 11:51:02PM -0500, Alexander Kabaev wrote: > 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. As do several other Makefiles ... I believe the flag can and should be removed now. (Mark?) Cheers, -- Jacques A. Vidrine <nectar@celabo.org> http://www.celabo.org/ NTT/Verio SME . FreeBSD UNIX . Heimdal Kerberos jvidrine@verio.net . nectar@FreeBSD.org . nectar@kth.se 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?20030130131908.GC28231>