summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-01-03 16:53:09 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-01-03 16:53:09 +0000
commit9ba9763cbbeb33507bb61d67e2ff2f1e6ef1c0ef (patch)
tree59985d3a3696c0681dbf605e029ab14c62d099a9 /src/include
parent2940a54a099275560826b36e2ca32b3aff7dda93 (diff)
downloadkrb5-9ba9763cbbeb33507bb61d67e2ff2f1e6ef1c0ef.tar.gz
krb5-9ba9763cbbeb33507bb61d67e2ff2f1e6ef1c0ef.tar.xz
krb5-9ba9763cbbeb33507bb61d67e2ff2f1e6ef1c0ef.zip
provide MD4
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1603 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/stock/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/krb5/stock/config.h b/src/include/krb5/stock/config.h
index 31a1a509e..cdb847fce 100644
--- a/src/include/krb5/stock/config.h
+++ b/src/include/krb5/stock/config.h
@@ -84,6 +84,7 @@ typedef int krb5_sigtype;
#define PROVIDE_DES_CBC_CRC
#define PROVIDE_CRC32
#define PROVIDE_DES_CBC_CKSUM
+#define PROVIDE_RSA_MD4
#define DEFAULT_PWD_STRING1 "Enter password:"
#define DEFAULT_PWD_STRING2 "Re-enter password for verification:"