diff options
author | Richard Levitte <levitte@openssl.org> | 2017-02-28 17:27:20 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-02-28 20:23:07 +0100 |
commit | 9c5e87bf34f872c891a4967316246bf942a8c2d2 (patch) | |
tree | 7563d11d34ac4ceefe67b89ce6180a84710aee4e /crypto/des | |
parent | 6cef8015e8fb47dfda37b46b8fd1167ea3ee1414 (diff) | |
download | openssl-new-9c5e87bf34f872c891a4967316246bf942a8c2d2.tar.gz |
Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2785)
Diffstat (limited to 'crypto/des')
-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, |