X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fdes%2Fset_key.c;h=d8499998b7d55a23684b42f02509278a00d52aef;hp=55efe03f4233c34e74faf4ee304fa008cd985c83;hb=e4317d2031759900d964e6f2ab03589b4317dfa2;hpb=61775daf000e0249a357edfd1dece2ec5dd0e851 diff --git a/crypto/des/set_key.c b/crypto/des/set_key.c index 55efe03f42..d8499998b7 100644 --- a/crypto/des/set_key.c +++ b/crypto/des/set_key.c @@ -65,7 +65,7 @@ */ #include "des_locl.h" -OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key); /* defaults to false */ +OPENSSL_IMPLEMENT_GLOBAL(int,DES_check_key,0) /* defaults to false */ static const unsigned char odd_parity[256]={ 1, 1, 2, 2, 4, 4, 7, 7, 8, 8, 11, 11, 13, 13, 14, 14,