are using ccapi, so that we make sure the FILE ccache type will work
if the user specifies it in an environment variable.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11441
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu May 13 18:01:58 1999 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * winccld.c (krb5_win_ccdll_load): Register the FILE ccache type
+ if we are using ccapi, so that we make sure the FILE
+ ccache type will work if the user specifies it in an
+ environment variable.
+
Mon May 10 15:24:36 1999 Danilo Almeida <dalmeida@mit.edu>
* Makefile.in: Do win32 build in subdir.
#include <stdio.h>
#include "stdcc.h"
+/* from fcc-proto.h */
+KRB5_DLLIMP extern krb5_cc_ops krb5_fcc_ops;
+
#define KRB5_WINCCLD_C_
#include "winccld.h"
return LF_OK;
}
-void krb5_win_ccdll_load()
+void krb5_win_ccdll_load(context)
+ krb5_context context;
{
+ krb5_cc_register(context, &krb5_fcc_ops, 0);
if (krb5_win_ccdll_loaded)
return;
if (LoadFuncs(KRBCC_DLL, krbcc_fi, 0, 0))