summaryrefslogtreecommitdiffstats
path: root/test/testutil/tu_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/testutil/tu_local.h')
-rw-r--r--test/testutil/tu_local.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testutil/tu_local.h b/test/testutil/tu_local.h
index 620fccd278..ad50fca39e 100644
--- a/test/testutil/tu_local.h
+++ b/test/testutil/tu_local.h
@@ -7,4 +7,7 @@
* https://www.openssl.org/source/license.html
*/
+#include <stdlib.h> /* size_t */
+
int subtest_level(void);
+int openssl_error_cb(const char *str, size_t len, void *u);