diff options
author | jsing <> | 2023-07-08 07:34:34 +0000 |
---|---|---|
committer | jsing <> | 2023-07-08 07:34:34 +0000 |
commit | f21447ceff21c91ccffb7bda7502d04bdc536012 (patch) | |
tree | 14fa0c0b3cfd9f5af3d0193d221ba10deb8fbcce /src/lib/libcrypto/des/spr.h | |
parent | 903dc2a64c29e2f25074485b7e91d9844296b1f3 (diff) | |
download | openbsd-f21447ceff21c91ccffb7bda7502d04bdc536012.tar.gz openbsd-f21447ceff21c91ccffb7bda7502d04bdc536012.tar.bz2 openbsd-f21447ceff21c91ccffb7bda7502d04bdc536012.zip |
More style(9).
Diffstat (limited to 'src/lib/libcrypto/des/spr.h')
-rw-r--r-- | src/lib/libcrypto/des/spr.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/des/spr.h b/src/lib/libcrypto/des/spr.h index 5e9b6d1e72..e0f413e461 100644 --- a/src/lib/libcrypto/des/spr.h +++ b/src/lib/libcrypto/des/spr.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: spr.h,v 1.7 2023/07/08 07:11:07 beck Exp $ */ | 1 | /* $OpenBSD: spr.h,v 1.8 2023/07/08 07:34:34 jsing Exp $ */ |
2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
3 | * All rights reserved. | 3 | * All rights reserved. |
4 | * | 4 | * |
@@ -203,6 +203,7 @@ const DES_LONG DES_SPtrans[8][64] = { | |||
203 | 0x00820000L, 0x00020080L, 0x20020080L, 0x20800000L, | 203 | 0x00820000L, 0x00020080L, 0x20020080L, 0x20800000L, |
204 | 0x00000080L, 0x20820000L, 0x00820080L, 0x00000000L, | 204 | 0x00000080L, 0x20820000L, 0x00820080L, 0x00000000L, |
205 | 0x20000000L, 0x20800080L, 0x00020000L, 0x00820080L, | 205 | 0x20000000L, 0x20800080L, 0x00020000L, 0x00820080L, |
206 | }}; | 206 | }, |
207 | }; | ||
207 | 208 | ||
208 | __END_HIDDEN_DECLS | 209 | __END_HIDDEN_DECLS |