diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-06-26 20:02:39 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-06-26 20:02:39 +0000 |
commit | acc4e802c7260a420929b952b6ebe1052b32c81e (patch) | |
tree | 0e1cd262433900785d5b51093922a3ac16585595 /security/krb4/files/patch-lib::krb::recvauth.c | |
parent | - Update to 5.9.14. (diff) |
- The EOL was announced in 2006 and has a lot of security issues.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257031
Diffstat (limited to 'security/krb4/files/patch-lib::krb::recvauth.c')
-rw-r--r-- | security/krb4/files/patch-lib::krb::recvauth.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/krb4/files/patch-lib::krb::recvauth.c b/security/krb4/files/patch-lib::krb::recvauth.c deleted file mode 100644 index efafb2f8a051..000000000000 --- a/security/krb4/files/patch-lib::krb::recvauth.c +++ /dev/null @@ -1,19 +0,0 @@ -*** lib/krb/recvauth.c.orig Sat Aug 25 21:52:18 2001 ---- lib/krb/recvauth.c Thu Feb 27 15:14:20 2003 -*************** -*** 108,114 **** - struct sockaddr_in *laddr, /* local address */ - AUTH_DAT *kdata, /* kerberos data (returned) */ - char *filename, /* name of file with service keys */ -! struct des_ks_struct *schedule, /* key schedule (return) */ - char *version) /* version string (filled in) */ - { - char krb_vers[KRB_SENDAUTH_VLEN + 1]; /* + 1 for the null terminator */ ---- 108,114 ---- - struct sockaddr_in *laddr, /* local address */ - AUTH_DAT *kdata, /* kerberos data (returned) */ - char *filename, /* name of file with service keys */ -! des_key_schedule schedule, /* key schedule (return) */ - char *version) /* version string (filled in) */ - { - char krb_vers[KRB_SENDAUTH_VLEN + 1]; /* + 1 for the null terminator */ |