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-30 13:12:26 +0100
commitb5bdde9e0e40a3e1e543d6818c370cef4020d3cb (patch)
tree923b5b29570e10d093bb64e60e2663d65b94ea52 /ssl
parent1788072b9e236c8bade281f53772a4984feb169d (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