summaryrefslogtreecommitdiff
path: root/src/daemon/https/x509/x509.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/https/x509/x509.h')
-rw-r--r--src/daemon/https/x509/x509.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/https/x509/x509.h b/src/daemon/https/x509/x509.h
index 68a6ce89..9a01d95b 100644
--- a/src/daemon/https/x509/x509.h
+++ b/src/daemon/https/x509/x509.h
@@ -25,7 +25,9 @@
#ifndef X509_H
#define X509_H
+#ifndef MIN
#define MIN(X,Y) ((X) > (Y) ? (Y) : (X));
+#endif
#ifdef __cplusplus
extern "C"