From b4dc6cd198c0372822021815e208b8ac67977d1d Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 14 Oct 1994 04:39:39 +0000 Subject: [PATCH] Define PROVIDE_DES_CBC_MD5 so that we include this new cryptosystem git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4508 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/ChangeLog | 5 +++++ src/include/krb5/stock/config.h | 1 + 2 files changed, 6 insertions(+) create mode 100644 src/include/krb5/stock/ChangeLog diff --git a/src/include/krb5/stock/ChangeLog b/src/include/krb5/stock/ChangeLog new file mode 100644 index 000000000..6972bee54 --- /dev/null +++ b/src/include/krb5/stock/ChangeLog @@ -0,0 +1,5 @@ +Thu Oct 13 16:58:53 1994 Theodore Y. Ts'o (tytso@dcl) + + * config.h: Define PROVIDE_DES_CBC_MD5 so that we include this + cryptosystem. + diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index fe84a6aa6..af8250c30 100644 --- a/src/include/krb5/stock/config.h +++ b/src/include/krb5/stock/config.h @@ -140,6 +140,7 @@ typedef int krb5_sigtype; #endif /* SYSV */ /* XXX these should be parameterized soon... */ +#define PROVIDE_DES_CBC_MD5 #define PROVIDE_DES_CBC_CRC #define PROVIDE_RAW_DES_CBC #define PROVIDE_CRC32 -- 2.26.2