aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-05-09 18:33:59 +0000
committerTheodore Tso <tytso@mit.edu>1996-05-09 18:33:59 +0000
commit41db1f4557690f47c74c7eec4d894e04aa7d165d (patch)
tree2420fcaba602178a1894951433ca5054d7d9bb7c /src
parent919ab2ca2953f59ac3ec28b2be22bb15b204b15a (diff)
downloadkrb5-41db1f4557690f47c74c7eec4d894e04aa7d165d.zip
krb5-41db1f4557690f47c74c7eec4d894e04aa7d165d.tar.gz
krb5-41db1f4557690f47c74c7eec4d894e04aa7d165d.tar.bz2
Remove unused file
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7956 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/krb/krbconfig.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/src/lib/krb5/krb/krbconfig.c b/src/lib/krb5/krb/krbconfig.c
deleted file mode 100644
index a3fdaf1..0000000
--- a/src/lib/krb5/krb/krbconfig.c
+++ /dev/null
@@ -1,30 +0,0 @@
-/*
- * lib/krb5/krb/krbconfig.c
- *
- * Copyright 1990,1991 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.
- *
- *
- * Configuration variables for libkrb.
- */
-
-#include "k5-int.h"
-
-krb5_cksumtype krb5_kdc_req_sumtype = CKSUMTYPE_RSA_MD5;
-krb5_flags krb5_kdc_default_options = KDC_OPT_RENEWABLE_OK;