summaryrefslogtreecommitdiff
path: root/net/tac_plus4/files/patch-skey_fn.c
blob: 8b0ab1b742a37a1368b1127dd9a30766461c51f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- skey_fn.c.orig	2012-06-06 22:34:55.000000000 +0400
+++ skey_fn.c	2013-04-13 14:08:31.000000000 +0400
@@ -164,7 +164,7 @@
 		return(1);
 	    }
 
-	    if (skeychallenge(&p->skey, name, skeyprompt, 80) == 0) {
+	    if (skeychallenge(&p->skey, name, skeyprompt) == 0) {
 		char buf[256];
 		snprintf(buf, sizeof(buf), "%s\nS/Key challenge: ", skeyprompt);
 		data->server_msg = tac_strdup(buf);