Skip to content

Commit

Permalink
Remove krb5_callconv from non-exported internal function
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17585 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
hartmans committed Jan 11, 2006
1 parent 1f7b205 commit a376be6
Show file tree
Hide file tree
Showing 3 changed files with 750 additions and 312 deletions.
4 changes: 4 additions & 0 deletions src/lib/crypto/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2006-01-11 Sam Hartman <hartmans@mit.edu>

* keyblocks.c (krb5int_c_free_keyblock): Remove krb5_callconv modifier

2005-11-28 Tom Yu <tlyu@mit.edu>

* t_cts.c, vectors.c: Don't include krb5.h.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/crypto/keyblocks.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ krb5_error_code krb5int_c_init_keyblock
}


void KRB5_CALLCONV
void
krb5int_c_free_keyblock(krb5_context context, register krb5_keyblock *val)
{
krb5int_c_free_keyblock_contents(context, val);
Expand Down
Loading

0 comments on commit a376be6

Please sign in to comment.