aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/heartbeat_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/heartbeat_test.c')
-rw-r--r--ssl/heartbeat_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/heartbeat_test.c b/ssl/heartbeat_test.c
index eb08ee6b0d..35985f836c 100644
--- a/ssl/heartbeat_test.c
+++ b/ssl/heartbeat_test.c
@@ -45,10 +45,10 @@
#include <string.h>
/* As per https://tools.ietf.org/html/rfc6520#section-4 */
-static const int MIN_PADDING_SIZE = 16;
+#define MIN_PADDING_SIZE 16
/* Maximum number of payload characters to print as test output */
-static const int MAX_PRINTABLE_CHARACTERS = 1024;
+#define MAX_PRINTABLE_CHARACTERS 1024
typedef struct heartbeat_test_fixture
{