Include k5-int.h for krb5_cc_register() prototype. Remove defintion of
authorEzra Peisach <epeisach@mit.edu>
Tue, 23 Jan 2007 20:40:58 +0000 (20:40 +0000)
committerEzra Peisach <epeisach@mit.edu>
Tue, 23 Jan 2007 20:40:58 +0000 (20:40 +0000)
krb5_cc_dfl_ops - as k5-int.h defines.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19107 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/ccache/t_cc.c

index 247145b6c9437bf8c66b2badcfd0abb6677bb056..3f260cdb2b5ad1d28fd326ea7170aa4c5f1cb95e 100644 (file)
@@ -27,7 +27,7 @@
  */
 
 
-#include "krb5.h"
+#include "k5-int.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include "autoconf.h"
@@ -254,7 +254,6 @@ static void test_misc(krb5_context context)
   /* Tests for certain error returns */
   krb5_error_code      kret;
   krb5_ccache id;
-  extern krb5_cc_ops *krb5_cc_dfl_ops;
   krb5_cc_ops *ops_save;
 
   fprintf(stderr, "Testing miscellaneous error conditions\n");