From 0d9948c73a37de6b852726138fa413573b4959b9 Mon Sep 17 00:00:00 2001 From: Michal Sekletar Date: Tue, 29 May 2012 13:23:32 +0200 Subject: [PATCH] Fixed typo in ppp-2.4.5-eaptls-mppe-0.99.patch --- ppp-2.4.5-eaptls-mppe-0.99.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppp-2.4.5-eaptls-mppe-0.99.patch b/ppp-2.4.5-eaptls-mppe-0.99.patch index e0f78d4..4f468f4 100644 --- a/ppp-2.4.5-eaptls-mppe-0.99.patch +++ b/ppp-2.4.5-eaptls-mppe-0.99.patch @@ -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