From 9c5e87bf34f872c891a4967316246bf942a8c2d2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 28 Feb 2017 17:27:20 +0100 Subject: Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too Reviewed-by: Andy Polyakov Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/2785) --- crypto/des/spr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/des') 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, -- cgit v1.2.3