fix: preprocessor complaining about macro redefinition

This commit is contained in:
Yang Tse
2008-05-26 01:59:00 +00:00
parent 466429efb0
commit d6f8f16068
3 changed files with 3 additions and 12 deletions

View File

@@ -70,10 +70,6 @@
/* The last #include file should be: */
#include "memdebug.h"
#ifndef min
#define min(a, b) ((a) < (b) ? (a) : (b))
#endif
#if OPENSSL_VERSION_NUMBER >= 0x0090581fL
#define HAVE_SSL_GET1_SESSION 1
#else