remove des.h, it's not needed and applications should not have to make

sure to find it.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7856 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-02-06 05:19:29 +00:00
parent 3dc7ccd14d
commit 21e02f2046

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
* Copyright (c) 1997 - 2000 Kungliga Tekniska H<>gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
@@ -39,7 +39,6 @@
#include <time.h>
#include <krb5-types.h>
#include <des.h>
#include <asn1_err.h>
#include <krb5_err.h>
#include <heim_err.h>
@@ -83,7 +82,8 @@ typedef enum krb5_cksumtype {
/* CKSUMTYPE_SHA1 = 10,*/
CKSUMTYPE_HMAC_SHA1_DES3 = 12,
CKSUMTYPE_SHA1 = 1000, /* correct value? */
CKSUMTYPE_HMAC_MD5 = -138 /* unofficial microsoft number */
CKSUMTYPE_HMAC_MD5 = -138, /* unofficial microsoft number */
CKSUMTYPE_HMAC_MD5_ENC = -1138 /* even more unofficial */
} krb5_cksumtype;