summaryrefslogtreecommitdiffstats
path: root/crypto/rc4/rc4test.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc4/rc4test.c')
-rw-r--r--crypto/rc4/rc4test.c3
1 files changed, 1 insertions, 2 deletions
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 <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <openssl/crypto.h>
#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