diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/k5-int.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index f01af2f4ac..636d362bce 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,3 +1,7 @@ +Tue May 7 17:19:17 1996 Richard Basch <basch@lehman.com> + + * k5-int.h: We are providing 3DES routines in libcrypto, too... + Thu May 2 18:41:00 1996 Richard Basch <basch@lehman.com> * 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 9fffbced0a..741287609d 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 |
