From: Richard Basch Date: Tue, 7 May 1996 23:07:03 +0000 (+0000) Subject: We are providing 3des routines in libcrypto.. X-Git-Tag: krb5-1.0-beta6~126 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4b5ae5629998c34378b3d5eea8f062201e256263;p=krb5.git We are providing 3des routines in libcrypto.. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7921 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/ChangeLog b/src/include/ChangeLog index f01af2f4a..636d362bc 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +Tue May 7 17:19:17 1996 Richard Basch + + * k5-int.h: We are providing 3DES routines in libcrypto, too... + Thu May 2 18:41:00 1996 Richard Basch * krb5.hin: krb5_init_random_key & krb5_finish_random_key now diff --git a/src/include/k5-int.h b/src/include/k5-int.h index 9fffbced0..741287609 100644 --- a/src/include/k5-int.h +++ b/src/include/k5-int.h @@ -95,6 +95,8 @@ #define PROVIDE_DES_CBC_CRC #define PROVIDE_DES_CBC_RAW #define PROVIDE_DES_CBC_CKSUM +#define PROVIDE_DES3_CBC_MD5 +#define PROVIDE_DES3_CBC_RAW #define PROVIDE_CRC32 #define PROVIDE_RSA_MD4 #define PROVIDE_RSA_MD5