Make it build/run.
[openssl.git] / ssl / heartbeat_test.c
index eb08ee6b0d24856130dc94ca978c646e7c813a3d..35985f836c9b6e0206e3c07d3cc117c94060c202 100644 (file)
 #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
        {