Fixed typo in ppp-2.4.5-eaptls-mppe-0.99.patch

This commit is contained in:
Michal Sekletar 2012-05-29 13:23:32 +02:00
parent 4d0eb5ddc0
commit abee906a12
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ diff -Naur ppp-2.4.5/pppd/auth.c ppp-2.4.5-eaptls-mppe-0.99/pppd/auth.c
+#ifdef USE_EAPTLS
+/* Hook for a plugin to get the EAP-TLS password for authenticating us */
+int (*eaptls_passwd_hook) __P((char *user, char *passwd)) = NULL;
++int (*eaptls_check_hook) __P((void)) = NULL;
+int (*eaptls_check_hook) __P((void)) = NULL;
+#endif
+
/* Hook for a plugin to say whether it is OK if the peer