diff options
| author | Mark Murray <markm@FreeBSD.org> | 1996-07-28 08:18:06 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 1996-07-28 08:18:06 +0000 |
| commit | 9f2bc96e404f71130e59e6fb73114d7976c1e626 (patch) | |
| tree | 4462567f6eb34de1cc9570e7ccd0c7fbd5f8f3e9 /secure/lib/libdes/sk.h | |
| parent | 6a1ae88452437db30412d3568cdf34ccb652917b (diff) | |
| parent | de59bba0c50ad5885f6f8699e2cf16f5fe63b2af (diff) | |
Notes
Diffstat (limited to 'secure/lib/libdes/sk.h')
| -rw-r--r-- | secure/lib/libdes/sk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libdes/sk.h b/secure/lib/libdes/sk.h index e5997d93af6f..217c8ab0fb0c 100644 --- a/secure/lib/libdes/sk.h +++ b/secure/lib/libdes/sk.h @@ -1,5 +1,5 @@ -/* lib/des/sk.h */ -/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au) +/* crypto/des/sk.h */ +/* Copyright (C) 1995-1996 Eric Young (eay@mincom.oz.au) * All rights reserved. * * This file is part of an SSL implementation written @@ -45,7 +45,7 @@ * [including the GNU Public Licence.] */ -static const unsigned long des_skb[8][64]={ +static const DES_LONG des_skb[8][64]={ { /* for C bits (numbered as per FIPS 46) 1 2 3 4 5 6 */ 0x00000000L,0x00000010L,0x20000000L,0x20000010L, |
