From 086268b6a5d2abbc0a78f5e5b99dcddcea5f71c8 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Thu, 13 Jan 1994 20:19:57 +0000 Subject: [PATCH] Added #define to provide the Raw DES interface git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3315 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/stock/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h index c514baefa..65207dc06 100644 --- a/src/include/krb5/stock/config.h +++ b/src/include/krb5/stock/config.h @@ -142,6 +142,7 @@ typedef int krb5_sigtype; /* XXX these should be parameterized soon... */ #define PROVIDE_DES_CBC_CRC +#define PROVIDE_RAW_DES_CBC #define PROVIDE_CRC32 #define PROVIDE_DES_CBC_CKSUM #define PROVIDE_RSA_MD4 -- 2.26.2