summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-05-30 13:10:08 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-05-31 13:43:01 +0100
commit46bfc05480478e640d60aaf6ef09a2a913b15164 (patch)
tree5ac231d15599cb4b73a0c5083bb00b07e79c3b52 /ssl
parent427a37ca3f2ac155a10ec0c0d8024d5edc08dc75 (diff)
Don't compile heartbeat test code on Windows (for now).
(cherry picked from commit 2c575907d2c8601a18716f718ce309ed4e1f1783)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/heartbeat_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/heartbeat_test.c b/ssl/heartbeat_test.c
index f339c4a168..d8cc559981 100644
--- a/ssl/heartbeat_test.c
+++ b/ssl/heartbeat_test.c
@@ -44,7 +44,7 @@
#include <stdlib.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 */
#define MIN_PADDING_SIZE 16