From beb685fb17c777c7774ba46fc604e356415f78c6 Mon Sep 17 00:00:00 2001 From: appro Date: Sun, 20 May 2007 20:11:16 +0000 Subject: OPENSSL_IMPLEMENT_GLOBAL caused more grief than it's worth (it's used twice in legacy code). I'd rather just remove it along with legacy interface, but it's probably not as appropriate as I'd like. Reimplement the macro. --- crypto/des/enc_read.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/des/enc_read.c') diff --git a/crypto/des/enc_read.c b/crypto/des/enc_read.c index ce82125b6..b86620f56 100644 --- a/crypto/des/enc_read.c +++ b/crypto/des/enc_read.c @@ -63,7 +63,7 @@ /* This has some uglies in it but it works - even over sockets. */ /*extern int errno;*/ -OPENSSL_IMPLEMENT_GLOBAL(int,DES_rw_mode)=DES_PCBC_MODE; +OPENSSL_IMPLEMENT_GLOBAL(int,DES_rw_mode,DES_PCBC_MODE) /* -- cgit v1.2.1