OpenSSH 2.3.0p1 port to BSDI BSD/OS
mouring at etoh.eviladmin.org
mouring at etoh.eviladmin.org
Sat Feb 17 08:47:56 EST 2001
On Fri, 16 Feb 2001, David J. MacKenzie wrote:
>
> BTW, the KRB4 parts of the BSD/OS patch are independent of the others.
> Feel free to apply the rest of it, which I think it clean, if you
> don't want to deal with the KRB4 mess right now. It's only needed
> anyway when configuring --with-kerberos4=/usr which isn't so important
> on a system that has a pluggable authentication mechanism anyway.
>
I assume you are refering to the two blocks of code that look like:
#ifdef KRB4
-#include <krb.h>
+# include "cipher.h"
+# ifdef HAVE_BSD_AUTH_H
+# define DES_DEFS /* prevent BSD/OS krb.h from including
kerberosIV/des.h */
+# include <kerberosIV/krb.h>
+# else /* !HAVE_BSD_AUTH_H */
+# include <krb.h>
+# endif /* HAVE_BSD_AUTH_H */
#endif
#ifdef AFS
#include <kafs.h>
More information about the openssh-unix-dev
mailing list