Browse Source

Update EAP-GPSK references from internet draft to RFC 5433

Jouni Malinen 16 years ago
parent
commit
358b98668e
3 changed files with 3 additions and 3 deletions
  1. 1 1
      src/eap_common/eap_defs.h
  2. 1 1
      src/eap_peer/eap_gpsk.c
  3. 1 1
      src/eap_server/eap_gpsk.c

+ 1 - 1
src/eap_common/eap_defs.h

@@ -67,7 +67,7 @@ typedef enum {
 	EAP_TYPE_SAKE = 48 /* RFC 4763 */,
 	EAP_TYPE_IKEV2 = 49 /* RFC 5106 */,
 	EAP_TYPE_AKA_PRIME = 50 /* draft-arkko-eap-aka-kdf-10.txt */,
-	EAP_TYPE_GPSK = 51 /* draft-ietf-emu-eap-gpsk-17.txt */,
+	EAP_TYPE_GPSK = 51 /* RFC 5433 */,
 	EAP_TYPE_EXPANDED = 254 /* RFC 3748 */
 } EapType;
 

+ 1 - 1
src/eap_peer/eap_gpsk.c

@@ -1,5 +1,5 @@
 /*
- * EAP peer method: EAP-GPSK (draft-ietf-emu-eap-gpsk-08.txt)
+ * EAP peer method: EAP-GPSK (RFC 5433)
  * Copyright (c) 2006-2008, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify

+ 1 - 1
src/eap_server/eap_gpsk.c

@@ -1,5 +1,5 @@
 /*
- * hostapd / EAP-GPSK (draft-ietf-emu-eap-gpsk-08.txt) server
+ * hostapd / EAP-GPSK (RFC 5433) server
  * Copyright (c) 2006-2007, Jouni Malinen <j@w1.fi>
  *
  * This program is free software; you can redistribute it and/or modify