arcfour-hmac-md5 entry for when ANSI strings concatenated the
des-cbc-crc entry was dropped.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13984
dc483132-0cff-0310-8789-
dd5450dbe970
+2001-11-16 Ezra Peisach <epeisach@mit.edu>
+
+ * init_ctx.c (DEFAULT_ETYPE_LIST): Ensure space present after
+ arcfour-hmac-md5 entry for when ANSI strings concatenated the
+ des-cbc-crc entry was dropped.
+
2001-11-07 Sam Hartman <hartmans@mit.edu>
* init_ctx.c (DEFAULT_ETYPE_LIST): Add arcfour-hmac-md5; it really
them. This'll be fixed, but for better compatibility, let's prefer
des-crc for now. */
#define DEFAULT_ETYPE_LIST \
- "des3-cbc-sha1 arcfour-hmac-md5" \
+ "des3-cbc-sha1 arcfour-hmac-md5 " \
"des-cbc-crc des-cbc-md5 des-cbc-md4 "
#if (defined(_WIN32))