diff options
author | Paul Park <pjpark@mit.edu> | 1995-07-27 19:53:30 +0000 |
---|---|---|
committer | Paul Park <pjpark@mit.edu> | 1995-07-27 19:53:30 +0000 |
commit | 95cbc5ce79c6d7dd17fe37fc42664507cd143402 (patch) | |
tree | c3e3b5bc366d6e57c984b78f2adcf8e336682b25 /src/lib/kdb | |
parent | 3d2e877565152e07b6362c43a24f215a2be9b80d (diff) | |
download | krb5-95cbc5ce79c6d7dd17fe37fc42664507cd143402.tar.gz krb5-95cbc5ce79c6d7dd17fe37fc42664507cd143402.tar.xz krb5-95cbc5ce79c6d7dd17fe37fc42664507cd143402.zip |
kdbint.h is obsolete
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6353 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/kdb')
-rw-r--r-- | src/lib/kdb/.Sanitize | 1 | ||||
-rw-r--r-- | src/lib/kdb/ChangeLog | 4 | ||||
-rw-r--r-- | src/lib/kdb/kdbint.h | 33 |
3 files changed, 4 insertions, 34 deletions
diff --git a/src/lib/kdb/.Sanitize b/src/lib/kdb/.Sanitize index 033818fbb..15b3a593f 100644 --- a/src/lib/kdb/.Sanitize +++ b/src/lib/kdb/.Sanitize @@ -33,7 +33,6 @@ encrypt_key.c fetch_mkey.c kdb_compat.h kdb_dbm.c -kdbint.h setup_mkey.c store_mkey.c verify_mky.c diff --git a/src/lib/kdb/ChangeLog b/src/lib/kdb/ChangeLog index 5cb3bf914..1d06c1db3 100644 --- a/src/lib/kdb/ChangeLog +++ b/src/lib/kdb/ChangeLog @@ -1,4 +1,8 @@ +Thu Jul 27 15:28:41 EDT 1995 Paul Park (pjpark@mit.edu) + * kdbint.h - Obsolete. + + Thu Jul 27 02:59:05 1995 Chris Provenzano (proven@mit.edu) * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c: Rewritten for new kdb format. diff --git a/src/lib/kdb/kdbint.h b/src/lib/kdb/kdbint.h deleted file mode 100644 index 49c9c0832..000000000 --- a/src/lib/kdb/kdbint.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * lib/kdb/kdbint.h - * - * Copyright 1990 by the Massachusetts Institute of Technology. - * All Rights Reserved. - * - * Export of this software from the United States of America may - * require a specific license from the United States Government. - * It is the responsibility of any person or organization contemplating - * export to obtain such a license before exporting. - * - * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and - * distribute this software and its documentation for any purpose and - * without fee is hereby granted, provided that the above copyright - * notice appear in all copies and that both that copyright notice and - * this permission notice appear in supporting documentation, and that - * the name of M.I.T. not be used in advertising or publicity pertaining - * to distribution of the software without specific, written prior - * permission. M.I.T. makes no representations about the suitability of - * this software for any purpose. It is provided "as is" without express - * or implied warranty. - * - * - * Internal include file for libkdb. - */ - - -#ifndef KRB5_KDBINT__ -#define KRB5_KDBINT__ - -#define DEFAULT_KEYFILE_STUB "/.k5." - -#endif /* KRB5_KDBINT__ */ |