aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md2/md2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/md2/md2.h')
-rw-r--r--crypto/md2/md2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/md2/md2.h b/crypto/md2/md2.h
index 582bffb859..a00bd162b3 100644
--- a/crypto/md2/md2.h
+++ b/crypto/md2/md2.h
@@ -59,10 +59,6 @@
#ifndef HEADER_MD2_H
#define HEADER_MD2_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#ifdef NO_MD2
#error MD2 is disabled.
#endif
@@ -71,6 +67,10 @@ extern "C" {
#define MD2_BLOCK 16
#include <openssl/opensslconf.h> /* MD2_INT */
+#ifdef __cplusplus
+extern "C" {
+#endif
+
typedef struct MD2state_st
{
int num;