It seems that mktime does what is required here. Certainly timegm() can
[openssl.git] / crypto / asn1 / asn1_mac.h
index 4f2a82d340e0aa1ae382787f5300965d60292c40..653f5fe1c948ef599fc7c8d4702699855672b6e9 100644 (file)
 #ifndef HEADER_ASN1_MAC_H
 #define HEADER_ASN1_MAC_H
 
+#include <openssl/asn1.h>
+
 #ifdef  __cplusplus
 extern "C" {
 #endif
 
-#include <openssl/asn1.h>
-
 #ifndef ASN1_MAC_ERR_LIB
 #define ASN1_MAC_ERR_LIB       ERR_LIB_ASN1
 #endif