diff options
Diffstat (limited to 'sys/crypto/spr.h')
-rw-r--r-- | sys/crypto/spr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/crypto/spr.h b/sys/crypto/spr.h index 4e99929ea7c..8be4254c8ca 100644 --- a/sys/crypto/spr.h +++ b/sys/crypto/spr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: spr.h,v 1.1 2000/02/28 23:13:05 deraadt Exp $ */ +/* $OpenBSD: spr.h,v 1.2 2002/10/27 13:24:26 miod Exp $ */ /* lib/des/spr.h */ /* Copyright (C) 1995 Eric Young (eay@mincom.oz.au) @@ -47,7 +47,7 @@ * [including the GNU Public Licence.] */ -static const unsigned long des_SPtrans[8][64]={ +static const u_int32_t des_SPtrans[8][64]={ { /* nibble 0 */ 0x00820200L, 0x00020000L, 0x80800000L, 0x80820200L, |