From 361b63db09ab2e7c27d606231374fa393114234e Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 30 Apr 1990 15:40:09 +0000 Subject: [PATCH] add DEFAULT_PWD_STRING1, DEFAULT_PWD_STRING2 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@632 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 3 +++ 1 file changed, 3 insertions(+) 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__ */ -- 2.26.2