tls: undef X509_NAME for win32 (fixes #32) (#34)

This commit is contained in:
Alfred E. Heggestad 2016-11-23 08:29:44 +01:00 committed by Richard Aas
parent b8d6998c22
commit 6907d760f0

View file

@ -24,6 +24,12 @@
#include "tls.h"
/* also defined by wincrypt.h */
#ifdef WIN32
#undef X509_NAME
#endif
#define DEBUG_MODULE "tls"
#define DEBUG_LEVEL 5
#include <re_dbg.h>