summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2020-11-09 16:13:02 +0000
committertb <tb@openbsd.org>2020-11-09 16:13:02 +0000
commita0c202a74bafeb740dfddcbca7ce1ba8eb824df1 (patch)
tree02a59dd16d09fe07f90a508a0d99bfbce8429153
parentOne more missing prototype (diff)
downloadwireguard-openbsd-a0c202a74bafeb740dfddcbca7ce1ba8eb824df1.tar.xz
wireguard-openbsd-a0c202a74bafeb740dfddcbca7ce1ba8eb824df1.zip
Remove uses of the deprecated ERR_remove_state()
-rw-r--r--regress/usr.sbin/rpki-client/test-cert.c3
-rw-r--r--regress/usr.sbin/rpki-client/test-mft.c3
-rw-r--r--regress/usr.sbin/rpki-client/test-roa.c3
-rw-r--r--regress/usr.sbin/rpki-client/test-tal.c3
4 files changed, 4 insertions, 8 deletions
diff --git a/regress/usr.sbin/rpki-client/test-cert.c b/regress/usr.sbin/rpki-client/test-cert.c
index 7fc84013b5b..69c97e437d4 100644
--- a/regress/usr.sbin/rpki-client/test-cert.c
+++ b/regress/usr.sbin/rpki-client/test-cert.c
@@ -1,4 +1,4 @@
-/* $Id: test-cert.c,v 1.4 2020/08/21 15:05:51 tb Exp $ */
+/* $Id: test-cert.c,v 1.5 2020/11/09 16:13:02 tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -155,7 +155,6 @@ main(int argc, char *argv[])
EVP_cleanup();
CRYPTO_cleanup_all_ex_data();
- ERR_remove_state(0);
ERR_free_strings();
if (i < argc)
diff --git a/regress/usr.sbin/rpki-client/test-mft.c b/regress/usr.sbin/rpki-client/test-mft.c
index eba5777f7ff..5682fa97c88 100644
--- a/regress/usr.sbin/rpki-client/test-mft.c
+++ b/regress/usr.sbin/rpki-client/test-mft.c
@@ -1,4 +1,4 @@
-/* $Id: test-mft.c,v 1.9 2020/11/09 15:43:46 tb Exp $ */
+/* $Id: test-mft.c,v 1.10 2020/11/09 16:13:02 tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -114,7 +114,6 @@ main(int argc, char *argv[])
BIO_free(bio_out);
EVP_cleanup();
CRYPTO_cleanup_all_ex_data();
- ERR_remove_state(0);
ERR_free_strings();
if (i < argc)
diff --git a/regress/usr.sbin/rpki-client/test-roa.c b/regress/usr.sbin/rpki-client/test-roa.c
index 6ea59a15116..4e717a0f65f 100644
--- a/regress/usr.sbin/rpki-client/test-roa.c
+++ b/regress/usr.sbin/rpki-client/test-roa.c
@@ -1,4 +1,4 @@
-/* $Id: test-roa.c,v 1.6 2020/11/03 21:16:32 tb Exp $ */
+/* $Id: test-roa.c,v 1.7 2020/11/09 16:13:02 tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -103,7 +103,6 @@ main(int argc, char *argv[])
BIO_free(bio_out);
EVP_cleanup();
CRYPTO_cleanup_all_ex_data();
- ERR_remove_state(0);
ERR_free_strings();
if (i < argc)
diff --git a/regress/usr.sbin/rpki-client/test-tal.c b/regress/usr.sbin/rpki-client/test-tal.c
index 35a70d24725..2fa7255baab 100644
--- a/regress/usr.sbin/rpki-client/test-tal.c
+++ b/regress/usr.sbin/rpki-client/test-tal.c
@@ -1,4 +1,4 @@
-/* $Id: test-tal.c,v 1.5 2019/11/06 07:19:45 claudio Exp $ */
+/* $Id: test-tal.c,v 1.6 2020/11/09 16:13:02 tb Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -81,7 +81,6 @@ main(int argc, char *argv[])
EVP_cleanup();
CRYPTO_cleanup_all_ex_data();
- ERR_remove_state(0);
ERR_free_strings();
if (i < argc)