remove extranious declaration
authorSam Hartman <hartmans@debian.org>
Fri, 20 Sep 2013 01:34:36 +0000 (21:34 -0400)
committerSam Hartman <hartmans@debian.org>
Fri, 20 Sep 2013 01:34:36 +0000 (21:34 -0400)
mech_eap/init_sec_context.c

index 80e62c3..f22214d 100644 (file)
@@ -202,9 +202,7 @@ extern int wpa_debug_level;
 #define CHBIND_SERVICE_SPECIFIC_FLAG    0x04
 #define CHBIND_REALM_NAME_FLAG          0x08
 
-extern void TestFunc();
-
-static OM_uint32
+tatic OM_uint32
 peerInitEapChannelBinding(OM_uint32 *minor, gss_ctx_id_t ctx)
 {
     struct wpabuf *buf = NULL;