diff options
author | Richard Levitte <levitte@openssl.org> | 2017-04-28 14:42:46 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-04-28 15:59:46 +0200 |
commit | c5657cb71011eb2471f6d70e558919d3da561f39 (patch) | |
tree | 5caf131059dcf09158645e5b54ed6d1ef80d5513 /test/testutil/tu_local.h | |
parent | testutil: Move printing function declarations to "internal" header (diff) | |
download | openssl-c5657cb71011eb2471f6d70e558919d3da561f39.tar.xz openssl-c5657cb71011eb2471f6d70e558919d3da561f39.zip |
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/tu_local.h')
-rw-r--r-- | test/testutil/tu_local.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/testutil/tu_local.h b/test/testutil/tu_local.h new file mode 100644 index 0000000000..620fccd278 --- /dev/null +++ b/test/testutil/tu_local.h @@ -0,0 +1,10 @@ +/* + * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + +int subtest_level(void); |