From: John Kohl Date: Mon, 30 Apr 1990 15:40:09 +0000 (+0000) Subject: add DEFAULT_PWD_STRING1, DEFAULT_PWD_STRING2 X-Git-Tag: krb5-1.0-alpha2~764 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=361b63db09ab2e7c27d606231374fa393114234e;p=krb5.git add DEFAULT_PWD_STRING1, DEFAULT_PWD_STRING2 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@632 dc483132-0cff-0310-8789-dd5450dbe970 --- 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__ */