From: Chris Provenzano Date: Fri, 13 Jan 1995 22:15:08 +0000 (+0000) Subject: Acually move init_ctx.c to init_os_ctx.c in the CVS repository and also X-Git-Tag: krb5-1.0-beta5~838 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=683b1db81a94db1e04e42842c15c79ef34342480;p=krb5.git 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 --- 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,3 +1,9 @@ +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 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;