From e72d58016e25175312973db74ef742b9d2e9c5e1 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Mon, 19 Mar 2018 16:36:12 +0000 Subject: Remove the now unnecessary tls_init() call. --- src/regress/lib/libtls/tls/tlstest.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src') diff --git a/src/regress/lib/libtls/tls/tlstest.c b/src/regress/lib/libtls/tls/tlstest.c index fcc40262c3..8a4d5dbb38 100644 --- a/src/regress/lib/libtls/tls/tlstest.c +++ b/src/regress/lib/libtls/tls/tlstest.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tlstest.c,v 1.9 2017/05/07 03:25:26 jsing Exp $ */ +/* $OpenBSD: tlstest.c,v 1.10 2018/03/19 16:36:12 jsing Exp $ */ /* * Copyright (c) 2017 Joel Sing * @@ -443,9 +443,6 @@ main(int argc, char **argv) certfile = argv[2]; keyfile = argv[3]; - if (tls_init() == -1) - errx(1, "failed to initialise tls"); - failure |= do_tls_tests(); failure |= do_tls_ordering_tests(); -- cgit v1.2.3-55-g6feb