summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-04-30 15:40:09 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-04-30 15:40:09 +0000
commit361b63db09ab2e7c27d606231374fa393114234e (patch)
tree14a793a3c057d5ea2e49b4da0f69b5ecd3992fa4 /src/include
parent564fadce4bfca766dcbffb93389dd3edd8dfffe4 (diff)
downloadkrb5-361b63db09ab2e7c27d606231374fa393114234e.tar.gz
krb5-361b63db09ab2e7c27d606231374fa393114234e.tar.xz
krb5-361b63db09ab2e7c27d606231374fa393114234e.zip
add DEFAULT_PWD_STRING1, DEFAULT_PWD_STRING2
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@632 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h
index 42f1e8480..b261e7d32 100644
--- a/src/include/krb5/stock/config.h
+++ b/src/include/krb5/stock/config.h
@@ -33,4 +33,7 @@
#define PROVIDE_CRC32
#define PROVIDE_DES_CBC_CKSUM
+#define DEFAULT_PWD_STRING1 "Enter password:"
+#define DEFAULT_PWD_STRING2 "Re-enter password for verification:"
+
#endif /* KRB5_CONFIG__ */