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/spr.h | |
| parent | 6a1ae88452437db30412d3568cdf34ccb652917b (diff) | |
| parent | de59bba0c50ad5885f6f8699e2cf16f5fe63b2af (diff) | |
Notes
Diffstat (limited to 'secure/lib/libdes/spr.h')
| -rw-r--r-- | secure/lib/libdes/spr.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libdes/spr.h b/secure/lib/libdes/spr.h index d9b81ce919d2..58cc13085fdf 100644 --- a/secure/lib/libdes/spr.h +++ b/secure/lib/libdes/spr.h @@ -1,5 +1,5 @@ -/* lib/des/spr.h */ -/* Copyright (C) 1995 Eric Young (eay@mincom.oz.au) +/* crypto/des/spr.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_SPtrans[8][64]={ +static const DES_LONG des_SPtrans[8][64]={ { /* nibble 0 */ 0x00820200L, 0x00020000L, 0x80800000L, 0x80820200L, |
