Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3345)
extern BIO *bio_out;
extern BIO *bio_err;
-int subtest_level(void);
#endif /* HEADER_TESTUTIL_H */
#include "../testutil.h"
#include "output.h"
+#include "tu_local.h"
#include <string.h>
#include <assert.h>
#include "../testutil.h"
#include "output.h"
+#include "tu_local.h"
#include <string.h>
#include "../../e_os.h"
static void test_fail_message(const char *prefix, const char *file, int line,
const char *type, const char *fmt, ...)
PRINTF_FORMAT(5, 6);
-int subtest_level(void);
-
static void helper_printf_stderr(const char *fmt, ...)
{
va_list ap;
--- /dev/null
+/*
+ * 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);