Don't compile heartbeat test code on Windows (for now).
(cherry picked from commit 2c575907d2c8601a18716f718ce309ed4e1f1783)
This commit is contained in:
parent
1788072b9e
commit
b5bdde9e0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user