Don't compile heartbeat test code on Windows (for now).

This commit is contained in:
Dr. Stephen Henson 2014-05-30 13:10:08 +01:00
parent 9ed03faac4
commit 7ce79a5bfd

View File

@ -44,7 +44,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifndef OPENSSL_NO_HEARTBEATS #if !defined(OPENSSL_NO_HEARTBEATS) && !defined(OPENSSL_SYS_WINDOWS)
/* As per https://tools.ietf.org/html/rfc6520#section-4 */ /* As per https://tools.ietf.org/html/rfc6520#section-4 */
#define MIN_PADDING_SIZE 16 #define MIN_PADDING_SIZE 16