aboutsummaryrefslogtreecommitdiffstats
path: root/test/testutil.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-04-28 14:42:46 +0200
committerRichard Levitte <levitte@openssl.org>2017-04-28 15:59:46 +0200
commitc5657cb71011eb2471f6d70e558919d3da561f39 (patch)
tree5caf131059dcf09158645e5b54ed6d1ef80d5513 /test/testutil.h
parent579d0fabcddb4a0ec4307be420f0bc7c2eea6b7c (diff)
downloadopenssl-c5657cb71011eb2471f6d70e558919d3da561f39.tar.gz
testutil: make subtest_level() internal
Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3345)
Diffstat (limited to 'test/testutil.h')
-rw-r--r--test/testutil.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testutil.h b/test/testutil.h
index 66b9e814ee..1826470697 100644
--- a/test/testutil.h
+++ b/test/testutil.h
@@ -359,5 +359,4 @@ void test_info_c90(const char *desc, ...) PRINTF_FORMAT(1, 2);
extern BIO *bio_out;
extern BIO *bio_err;
-int subtest_level(void);
#endif /* HEADER_TESTUTIL_H */