summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/des/spr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/des/spr.h')
-rw-r--r--src/lib/libcrypto/des/spr.h5
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