From: Paul Park Date: Thu, 27 Jul 1995 19:53:30 +0000 (+0000) Subject: kdbint.h is obsolete X-Git-Tag: krb5-1.0-beta6~1467 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=95cbc5ce79c6d7dd17fe37fc42664507cd143402;p=krb5.git kdbint.h is obsolete git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6353 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */