freebsd-ports/net/tac_plus4/files/patch-skey_fn.c
Joe Marcus Clarke ca1e72ab95 Update to F4.0.4.7. Code changes in this release include:
* Conversion to autofoo
* Man pahe improvements
* MD5 fixes for 64-bit platforms
* generated_password has been renamed to tac_pwd
* A tac_plus.config.5 man page has been added
* User-specific enable password support

Port changes in this release include:

* Default IOS version has been changed from 11.x to 12.x
* tac_plus.sh script has been converted to rcNG
* PORTDOCS is properly respected
* Portlint fixes
2005-04-03 06:58:13 +00:00

11 lines
355 B
C

--- skey_fn.c.orig Sun Apr 3 01:41:00 2005
+++ skey_fn.c Sun Apr 3 01:41:08 2005
@@ -168,7 +168,7 @@
return(1);
}
- if (skeychallenge(&p->skey, name, skeyprompt, 80) == 0) {
+ if (skeychallenge(&p->skey, name, skeyprompt) == 0) {
char buf[256];
sprintf(buf, "%s\nPassword: ", skeyprompt);
data->server_msg = tac_strdup(buf);