The Windows calling convention for krb5int_c_combine_keys does not match the
prototype in k5-int.h. I missed this during the initial commit since I
neglected to test out the build of this code on Windows.
ticket: new
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14962
dc483132-0cff-0310-8789-
dd5450dbe970
+2002-11-03 Ken Hornstein <kenh@cmf.nrl.navy.mil>
+
+ * combine_keys.c: Fix up calling convention to match prototype
+ in k5-int.h
+
2002-10-31 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (check-unix): Don't run t_pkcs5.
(const struct krb5_enc_provider *enc, const krb5_keyblock *inkey,
unsigned char *outdata, const krb5_data *in_constant);
-krb5_error_code KRB5_CALLCONV krb5int_c_combine_keys
+krb5_error_code krb5int_c_combine_keys
(krb5_context context, krb5_keyblock *key1, krb5_keyblock *key2, krb5_keyblock *outkey)
{
unsigned char *r1, *r2, *combined, *rnd, *output;