gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r8271 - in libmicrohttpd/src/daemon/https: tls x509


From: gnunet
Subject: [GNUnet-SVN] r8271 - in libmicrohttpd/src/daemon/https: tls x509
Date: Fri, 20 Feb 2009 03:35:43 -0700

Author: holindho
Date: 2009-02-20 03:35:43 -0700 (Fri, 20 Feb 2009)
New Revision: 8271

Modified:
   libmicrohttpd/src/daemon/https/tls/gnutls_int.h
   libmicrohttpd/src/daemon/https/x509/x509.h
Log:
kill compiler warnings


Modified: libmicrohttpd/src/daemon/https/tls/gnutls_int.h
===================================================================
--- libmicrohttpd/src/daemon/https/tls/gnutls_int.h     2009-02-20 08:16:55 UTC 
(rev 8270)
+++ libmicrohttpd/src/daemon/https/tls/gnutls_int.h     2009-02-20 10:35:43 UTC 
(rev 8271)
@@ -36,7 +36,9 @@
  */
 #define KEYRING_HACK
 
+#ifndef MAX
 #define MAX(X,Y) ((X) > (Y) ? (X) : (Y))
+#endif
 
 #define MAX32 4294967295
 #define MAX24 16777215

Modified: libmicrohttpd/src/daemon/https/x509/x509.h
===================================================================
--- libmicrohttpd/src/daemon/https/x509/x509.h  2009-02-20 08:16:55 UTC (rev 
8270)
+++ libmicrohttpd/src/daemon/https/x509/x509.h  2009-02-20 10:35:43 UTC (rev 
8271)
@@ -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"





reply via email to

[Prev in Thread] Current Thread [Next in Thread]