]> git.pld-linux.org Git - packages/yafc.git/blame - yafc-gssapi.patch
- fix patch broken by cvs->git conversion
[packages/yafc.git] / yafc-gssapi.patch
CommitLineData
0b13ddca
JR
1--- yafc-1.1.1/lib/gssapi.c~ 2002-12-05 23:12:36.000000000 +0100
2+++ yafc-1.1.1/lib/gssapi.c 2011-08-03 12:21:52.505782271 +0200
1e59808b 3@@ -55,25 +55,6 @@
0b13ddca
JR
4 # error "Need gssapi.h from either Heimdal or MIT krb5"
5 #endif
5e80cdfc 6
0b13ddca
JR
7-
8-
9-
10-/*
11- * The implementation must reserve static storage for a
12- * gss_OID_desc object containing the value
13- * {10, (void *)"\x2a\x86\x48\x86\xf7\x12"
14- * "\x01\x02\x01\x04"}, corresponding to an
15- * object-identifier value of {iso(1) member-body(2)
16- * Unites States(840) mit(113554) infosys(1) gssapi(2)
17- * generic(1) service_name(4)}. The constant
18- * GSS_C_NT_HOSTBASED_SERVICE should be initialized
19- * to point to that gss_OID_desc.
20- */
21-static gss_OID_desc gss_c_nt_hostbased_service_oid_desc =
22-{10, (void *)"\x2a\x86\x48\x86\xf7\x12" "\x01\x02\x01\x04"};
23-
5e80cdfc 24-static gss_OID GSS_C_NT_HOSTBASED_SERVICE = &gss_c_nt_hostbased_service_oid_desc;
0b13ddca 25-
5e80cdfc 26
1e59808b
JR
27
28
This page took 0.09581 seconds and 4 git commands to generate.