Introduce the possibility to access global variables through
[openssl.git] / crypto / des / enc_read.c
index af2d9177d2a21fe17a819de3c79494caeacca3e9..e8a5763abf4d0a01ca50beb756c858801ef15b8f 100644 (file)
@@ -63,7 +63,7 @@
 
 /* This has some uglies in it but it works - even over sockets. */
 /*extern int errno;*/
-OPENSSL_GLOBAL int des_rw_mode=DES_PCBC_MODE;
+OPENSSL_IMPLEMENT_GLOBAL(int,des_rw_mode)=DES_PCBC_MODE;
 
 
 /*