Update to libdes 3.23

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@514 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Björn Groenvall
1996-05-07 14:50:49 +00:00
parent aec8b94b5c
commit 340f75c495
2 changed files with 27 additions and 0 deletions

View File

@@ -53,8 +53,12 @@
/* If this is set to 'unsigned int' on a DEC Alpha, this gives about a
* %20 speed up (longs are 8 bytes, int's are 4). */
#ifndef DES_LONG
#if defined(__alpha)
#define DES_LONG unsigned int
#else /* Not a 64 bit machine */
#define DES_LONG unsigned long
#endif
#endif
typedef unsigned char des_cblock[8];
typedef struct des_ks_struct