* $Source$
* $Author$
*
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1990,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
"$Id$";
#endif /* !lint & !SABER */
-#include <krb5/copyright.h>
#include <krb5/krb5.h>
#include <krb5/asn1.h>
}
}
#define cleanup_key() {if (newkey) krb5_free_keyblock(*newkey);}
- if (retval = generate_authenticator(&authent, creds, checksum, *newkey,
+ if (retval = generate_authenticator(&authent, creds, checksum,
+ newkey ? *newkey : 0,
sequence)) {
cleanup_key();
cleanup_ticket();