From 71fa451343f97b3624374ed1359adc23fba5696e Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 3 Jun 2012 22:00:21 +0000 Subject: Version skew reduction: trivia (I hope). --- crypto/rc4/rc4test.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto/rc4') diff --git a/crypto/rc4/rc4test.c b/crypto/rc4/rc4test.c index dcee05ea74..4312605ccb 100644 --- a/crypto/rc4/rc4test.c +++ b/crypto/rc4/rc4test.c @@ -59,7 +59,6 @@ #include #include #include -#include #include "../e_os.h" @@ -122,7 +121,7 @@ int main(int argc, char *argv[]) unsigned char obuf[512]; #if !defined(OPENSSL_PIC) - void OPENSSL_cpuid_setup(); + void OPENSSL_cpuid_setup(void); OPENSSL_cpuid_setup(); #endif -- cgit v1.2.3