From be7b4458f226a9c8052efa4bb7b61dc4fc0c5353 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 18 Dec 2005 19:11:37 +0000 Subject: Keep disclaiming 16-bit platform support. For now remove WIN16 references from .h files... --- crypto/bf/blowfish.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/bf') diff --git a/crypto/bf/blowfish.h b/crypto/bf/blowfish.h index cd49e85ab2..b97e76f9a3 100644 --- a/crypto/bf/blowfish.h +++ b/crypto/bf/blowfish.h @@ -79,7 +79,7 @@ extern "C" { * !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ -#if defined(OPENSSL_SYS_WIN16) || defined(__LP32__) +#if defined(__LP32__) #define BF_LONG unsigned long #elif defined(OPENSSL_SYS_CRAY) || defined(__ILP64__) #define BF_LONG unsigned long -- cgit v1.2.3