* crypto_glue.c (krb5_calculate_checksum): Add krb5_const to
krb5_pointer of in data to match prototype.
+Sat Feb 8 15:02:39 1997 Richard Basch <basch@lehman.com>
+
+ * get_creds.c:
+ Export krb5_get_credentials_{renew,validate} (win32)
+ Removed unused variable.
+
Fri Feb 7 09:41:33 1997 Richard Basch <basch@lehman.com>
* mk_cred.c (krb5_mk_ncred): Declare ncred as krb5_int32 so that
krb5_creds *mcreds;
krb5_flags *fields;
{
- krb5_error_code retval;
-
if (!in_creds || !in_creds->server || !in_creds->client)
return EINVAL;
return retval;
}
-krb5_error_code
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
krb5_get_credentials_validate(context, options, ccache, in_creds, out_creds)
krb5_context context;
const krb5_flags options;
INT_GC_VALIDATE));
}
-krb5_error_code
+KRB5_DLLIMP krb5_error_code KRB5_CALLCONV
krb5_get_credentials_renew(context, options, ccache, in_creds, out_creds)
krb5_context context;
const krb5_flags options;