]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/idea/idea.h
In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
[thirdparty/openssl.git] / crypto / idea / idea.h
index ae32f5692e53c1cd889ea7b9f651950de08c3e57..f5efeae366d9ff154217f60feafc0259ee1ded4c 100644 (file)
 #ifndef HEADER_IDEA_H
 #define HEADER_IDEA_H
 
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
 #ifdef NO_IDEA
 #error IDEA is disabled.
 #endif
@@ -74,6 +70,10 @@ extern "C" {
 #define IDEA_BLOCK     8
 #define IDEA_KEY_LENGTH        16
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 typedef struct idea_key_st
        {
        IDEA_INT data[9][6];