OpenSSH 2.3.0p1 port to BSDI BSD/OS
David J. MacKenzie
djm at web.us.uu.net
Sat Feb 17 08:02:36 EST 2001
> I assume you are refering to the two blocks of code that look like:
Yes (actually there are 3 such blocks).
> #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