OPENSSL_IMPLEMENT_GLOBAL caused more grief than it's worth (it's used twice
[openssl.git] / crypto / des / set_key.c
index 55efe03f4233c34e74faf4ee304fa008cd985c83..d8499998b7d55a23684b42f02509278a00d52aef 100644 (file)
@@ -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,