projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a85dfd3
)
Include k5-int.h for krb5_cc_register() prototype. Remove defintion of
author
Ezra Peisach
<epeisach@mit.edu>
Tue, 23 Jan 2007 20:40:58 +0000
(20:40 +0000)
committer
Ezra 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
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/t_cc.c
b/src/lib/krb5/ccache/t_cc.c
index 247145b6c9437bf8c66b2badcfd0abb6677bb056..3f260cdb2b5ad1d28fd326ea7170aa4c5f1cb95e 100644
(file)
--- a/
src/lib/krb5/ccache/t_cc.c
+++ b/
src/lib/krb5/ccache/t_cc.c
@@
-27,7
+27,7
@@
*/
-#include "k
rb5
.h"
+#include "k
5-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");