summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-03-22 12:59:48 -0400
committerGreg Hudson <ghudson@mit.edu>2013-03-22 14:39:18 -0400
commitee2044f38503edd2fdb8df9f3398784f747910fb (patch)
tree77c748c4798f5103aae0d7565aa285631291ecbf /src/include/k5-int.h
parented6edd5d15d4c8265138914e7fe34e781fc5a0cf (diff)
downloadkrb5-ee2044f38503edd2fdb8df9f3398784f747910fb.tar.gz
krb5-ee2044f38503edd2fdb8df9f3398784f747910fb.tar.xz
krb5-ee2044f38503edd2fdb8df9f3398784f747910fb.zip
Get rid of osconfig.c
These variables were marked as internal in 1996. Two are unused and the other is easily replaced with the macro it is initialized from.
Diffstat (limited to 'src/include/k5-int.h')
-rw-r--r--src/include/k5-int.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index c60035b4c..cb8350f2d 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -134,9 +134,6 @@ typedef UINT64_TYPE krb5_ui_8;
typedef INT64_TYPE krb5_int64;
-#define DEFAULT_PWD_STRING1 "Enter password"
-#define DEFAULT_PWD_STRING2 "Re-enter password for verification"
-
#define KRB5_KDB_MAX_LIFE (60*60*24) /* one day */
#define KRB5_KDB_MAX_RLIFE (60*60*24*7) /* one week */
#define KRB5_KDB_EXPIRATION 2145830400 /* Thu Jan 1 00:00:00 2038 UTC */