summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/krb5/krb5_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/krb5/krb5_locl.h')
-rw-r--r--crypto/heimdal/lib/krb5/krb5_locl.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/crypto/heimdal/lib/krb5/krb5_locl.h b/crypto/heimdal/lib/krb5/krb5_locl.h
index 7ea9038..02bcfe4 100644
--- a/crypto/heimdal/lib/krb5/krb5_locl.h
+++ b/crypto/heimdal/lib/krb5/krb5_locl.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-/* $Id: krb5_locl.h,v 1.64 2001/01/29 02:09:00 assar Exp $ */
+/* $Id: krb5_locl.h,v 1.66 2001/05/10 15:31:34 assar Exp $ */
#ifndef __KRB5_LOCL_H__
#define __KRB5_LOCL_H__
@@ -135,7 +135,7 @@ struct sockaddr_dl;
#include <rc4.h>
#endif
-#include <asn1.h>
+#include <krb5_asn1.h>
#include <der.h>
#include <krb5.h>
@@ -147,7 +147,8 @@ struct sockaddr_dl;
#define ALLOC_SEQ(X, N) do { (X)->len = (N); ALLOC((X)->val, (N)); } while(0)
/* should this be public? */
-#define KEYTAB_DEFAULT "FILE:/etc/krb5.keytab"
+#define KEYTAB_DEFAULT "ANY:FILE:/etc/krb5.keytab,krb4:/etc/srvtab"
+#define KEYTAB_DEFAULT_MODIFY "FILE:/etc/krb5.keytab"
#ifndef O_BINARY
#define O_BINARY 0
OpenPOWER on IntegriCloud