summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/crypto/comp/comp.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/crypto/comp/comp.h')
-rw-r--r--crypto/openssl/crypto/comp/comp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssl/crypto/comp/comp.h b/crypto/openssl/crypto/comp/comp.h
index 811cb58..0922609 100644
--- a/crypto/openssl/crypto/comp/comp.h
+++ b/crypto/openssl/crypto/comp/comp.h
@@ -2,12 +2,12 @@
#ifndef HEADER_COMP_H
#define HEADER_COMP_H
+#include <openssl/crypto.h>
+
#ifdef __cplusplus
extern "C" {
#endif
-#include <openssl/crypto.h>
-
typedef struct comp_method_st
{
int type; /* NID for compression library */
OpenPOWER on IntegriCloud