summaryrefslogtreecommitdiff
path: root/src/lib/krb5/rcache/rc_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/rcache/rc_base.h')
-rw-r--r--src/lib/krb5/rcache/rc_base.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/krb5/rcache/rc_base.h b/src/lib/krb5/rcache/rc_base.h
new file mode 100644
index 0000000000000..0530b90f84232
--- /dev/null
+++ b/src/lib/krb5/rcache/rc_base.h
@@ -0,0 +1,15 @@
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/* lib/krb5/rcache/rc_base.h */
+/*
+ * This file of the Kerberos V5 software is derived from public-domain code
+ * contributed by Daniel J. Bernstein, <brnstnd@acf10.nyu.edu>.
+ *
+ */
+
+#ifndef KRB5_RC_H
+#define KRB5_RC_H
+#include "k5-int.h"
+
+/* all the stuff that was here is now in rcache.h, included by krb5/krb5.h */
+
+#endif