In Message-ID: <003201bfb332$14a07520$0801a8c0@janm.transactionsite.com>,
[openssl.git] / crypto / evp / evp.h
index 54215b09056c3653285527430bd52934e699e9ef..6c0275b9e28abb46df60eab9716fa140ee064e80 100644 (file)
 #ifndef HEADER_ENVELOPE_H
 #define HEADER_ENVELOPE_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #ifndef NO_MD2
 #include <openssl/md2.h>
 #endif
@@ -147,6 +143,10 @@ extern "C" {
 #define EVP_PKEY_DSA4  NID_dsaWithSHA1_2
 #define EVP_PKEY_DH    NID_dhKeyAgreement
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Type needs to be a bit field
  * Sub-type needs to be for variations on the method, as in, can it do
  * arbitrary encryption.... */