Fix strange formatting by indent
[oweals/openssl.git] / crypto / pqueue / pq_compat.h
index 28c58a0261d95d784a2414f39d9c9ca9cc671137..7b2c32725cd00fa9473231c50d079f5bc956cbef 100644 (file)
  *
  */
 
-#include "opensslconf.h"
+#ifndef HEADER_PQ_COMPAT_H
+#define HEADER_PQ_COMPAT_H
+
+#include <openssl/opensslconf.h>
 #include <openssl/bn.h>
 
 /* 
                                               *(x) |= mask; \
                                           } while(0)
 #endif /* OPENSSL_SYS_VMS */
+
+#endif