diff options
Diffstat (limited to 'crypto/des/spr.h')
-rw-r--r-- | crypto/des/spr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/spr.h b/crypto/des/spr.h index 42adfbf6ee..2404e092d4 100644 --- a/crypto/des/spr.h +++ b/crypto/des/spr.h @@ -7,7 +7,7 @@ * https://www.openssl.org/source/license.html */ -OPENSSL_GLOBAL const DES_LONG DES_SPtrans[8][64] = { +const DES_LONG DES_SPtrans[8][64] = { { /* nibble 0 */ 0x02080800L, 0x00080000L, 0x02000002L, 0x02080802L, |