X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftestutil%2Ftu_local.h;h=ad50fca39e6cfb7278a1949982ff21dfef8319f9;hp=620fccd2788ae4a04b6d2953b9517b2cfcc1039f;hb=68e49bf22384c33494886eb95d78f1f69f433781;hpb=603ddbdb7527710c293a762aa5eed51ad05646b3 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 /* size_t */ + int subtest_level(void); +int openssl_error_cb(const char *str, size_t len, void *u);