In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
[openssl.git] / crypto / dh / dh.h
index c15b2ad48364ea6f385914978ab29b0336aab9f7..19bd570309eda8a602dde36fcb9bdc32d2586773 100644 (file)
 #ifndef HEADER_DH_H
 #define HEADER_DH_H
 
-#ifdef  __cplusplus
-extern "C" {
-#endif
-
 #ifdef NO_DH
 #error DH is disabled.
 #endif
@@ -72,6 +68,10 @@ extern "C" {
        
 #define DH_FLAG_CACHE_MONT_P   0x01
 
+#ifdef  __cplusplus
+extern "C" {
+#endif
+
 typedef struct dh_st DH;
 
 typedef struct dh_method {