mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
oscam: remove dropped OPENSSL_GLOBAL define
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff -Naur a/cscrypt/mdc2.c b/cscrypt/mdc2.c
|
||||
--- a/cscrypt/mdc2.c 2018-08-08 21:48:17.000000000 +0200
|
||||
+++ b/cscrypt/mdc2.c 2018-10-26 13:15:06.247572936 +0200
|
||||
@@ -37,7 +37,7 @@
|
||||
}
|
||||
|
||||
|
||||
-OPENSSL_GLOBAL const DES_LONG DES_SPtrans[8][64] =
|
||||
+const DES_LONG DES_SPtrans[8][64] =
|
||||
{
|
||||
{
|
||||
/* nibble 0 */
|
||||
Reference in New Issue
Block a user