summaryrefslogtreecommitdiffstats
path: root/crypto/kerberosIV/lib/krb/recvauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/kerberosIV/lib/krb/recvauth.c')
-rw-r--r--crypto/kerberosIV/lib/krb/recvauth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/kerberosIV/lib/krb/recvauth.c b/crypto/kerberosIV/lib/krb/recvauth.c
index f164b2b..1bd805d 100644
--- a/crypto/kerberosIV/lib/krb/recvauth.c
+++ b/crypto/kerberosIV/lib/krb/recvauth.c
@@ -18,6 +18,7 @@ this software for any purpose. It is provided "as is" without express
or implied warranty.
*/
+/* $FreeBSD$ */
#include "krb_locl.h"
@@ -108,7 +109,7 @@ krb_recvauth(int32_t options, /* bit-pattern of options */
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) */
+ des_key_schedule schedule, /* key schedule (return) */
char *version) /* version string (filled in) */
{
int cc;
OpenPOWER on IntegriCloud