Corrected small bug that could add ',L' when it shouldn't
[openssl.git] / crypto / rc4 / rc4.h
index 8556dddab0ecebd90ede06fa64e8e8f66ed455e9..40251024a42157a51aed228ea380353b50daa7db 100644 (file)
 #ifndef HEADER_RC4_H
 #define HEADER_RC4_H
 
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
 #ifdef NO_RC4
 #error RC4 is disabled.
 #endif
 
 #include <openssl/opensslconf.h> /* RC4_INT */
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 typedef struct rc4_key_st
        {
        RC4_INT x,y;