mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:23:34 +03:00
fix: preprocessor complaining about macro redefinition
This commit is contained in:
parent
466429efb0
commit
d6f8f16068
3 changed files with 3 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue