]> andersk Git - openssh.git/blobdiff - auth2-krb5.c
- (djm) Make portable build with MIT krb5 (some issues remain)
[openssh.git] / auth2-krb5.c
index ea4d76da042ca404c4b8e8261011e044b8cbac1f..b4ff16b62dad9d8e3e6b0a039bdb1fa6200ad6bc 100644 (file)
@@ -25,6 +25,8 @@
 #include "includes.h"
 RCSID("$OpenBSD: auth2-krb5.c,v 1.1 2003/05/14 02:15:47 markus Exp $");
 
+#ifdef KRB5
+
 #include <krb5.h>
 
 #include "ssh2.h"
@@ -64,3 +66,5 @@ Authmethod method_kerberos = {
        userauth_kerberos,
        &options.kerberos_authentication
 };
+
+#endif /* KRB5 */
This page took 0.034756 seconds and 4 git commands to generate.