]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-windows-64bit-ms2mit-20070902
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 2 Sep 2007 17:37:43 +0000 (17:37 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 2 Sep 2007 17:37:43 +0000 (17:37 +0000)
add ms2mit support for 64-bit windows

(cherry picked from commit a8eddfb0f57ba390d5941608a4689dba8f7f0c0b)

src/WINNT/afsd/afskfw.c
src/WINNT/client_creds/ipaddrchg.c

index 7448152c89ea4fc1b7dd52b63ab94e52fbe44025..702db8f84bcedcc30d0c8ccbb5887eb8bedfc5f5 100644 (file)
 
 #undef  USE_KRB4
 #ifndef _WIN64
-#define USE_MS2MIT 1
-#define USE_LEASH 1
 #define USE_KRB524 1
 #endif
+#define USE_MS2MIT 1
+#define USE_LEASH 1
 
 #include "afskfw-int.h"
 #include "afskfw.h"
index ab6d5d02ec950a285eb4ae6cedc6499aa05c1ad0..381c5092d29ee2ceb5c4564f89c4c7c12c8c1614 100644 (file)
 #include <time.h>
 #include <winsock2.h>
 
-#ifndef _WIN64
-#define USE_MS2MIT
-#define USE_KRB4
-#endif
+#define USE_MS2MIT 1
 
 #include <afs/stds.h>
 #include <krb5.h>