Introduce the possibility to access global variables through
[openssl.git] / crypto / des / set_key.c
index 6df3ba9a6433c091925652ccd3f807d864971f37..0dc79c946110caacd3f940c96c8fe337bbe16097 100644 (file)
@@ -65,7 +65,7 @@
  */
 #include "des_locl.h"
 
-OPENSSL_GLOBAL int des_check_key=0;
+OPENSSL_IMPLEMENT_GLOBAL(int,des_check_key);   /* 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,