diff options
| author | Chris Provenzano <proven@mit.edu> | 1995-01-13 22:15:08 +0000 |
|---|---|---|
| committer | Chris Provenzano <proven@mit.edu> | 1995-01-13 22:15:08 +0000 |
| commit | 683b1db81a94db1e04e42842c15c79ef34342480 (patch) | |
| tree | a7dabc03add3a312861c945ac1d785f9ce7198d1 /src/lib | |
| parent | c7b7cf4f79efab77d6f33784ec823ba39fc8a39c (diff) | |
| download | krb5-683b1db81a94db1e04e42842c15c79ef34342480.tar.gz krb5-683b1db81a94db1e04e42842c15c79ef34342480.tar.xz krb5-683b1db81a94db1e04e42842c15c79ef34342480.zip | |
Acually move init_ctx.c to init_os_ctx.c in the CVS repository and also
rename the routine krb5_free_os_context() to krb5_os_free_context().
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4817 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/os/ChangeLog | 6 | ||||
| -rw-r--r-- | src/lib/krb5/os/init_os_ctx.c | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index 97afbcf2c..8df0732dc 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,5 +1,11 @@ Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) + * Actually move the file init_ctx.c to init_os_ctx.c in the CVS + repository and also rename the routine krb5_free_os_context() + to krb5_os_free_context(). + +Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) + * Added krb5_context to all krb5_routines * Moved init_ctx.c to init_os_ctx.c because a library cannot diff --git a/src/lib/krb5/os/init_os_ctx.c b/src/lib/krb5/os/init_os_ctx.c index 6bcfc7a65..59c7c28ff 100644 --- a/src/lib/krb5/os/init_os_ctx.c +++ b/src/lib/krb5/os/init_os_ctx.c @@ -49,7 +49,7 @@ krb5_os_init_context(ctx) } void -krb5_free_os_context(ctx) +krb5_os_free_context(ctx) krb5_context ctx; { krb5_os_context os_ctx; |
