| Message ID | 20231201111846.15097-1-frank@lichtenheld.com |
|---|---|
| State | Accepted |
| Headers | show |
| Series | [Openvpn-devel,v1] Remove dead remains of extract_x509_field_test | expand |
Obviously so :-) - haven't tested anything, as all removed code is
insides #ifdef that are never defined (and the function body itself
is long gone).
Your patch has been applied to the master branch.
commit 5ce74caa39cf6335bb4b5b394e1ac4da3c9b9a3f
Author: Arne Schwabe
Date: Fri Dec 1 12:18:46 2023 +0100
Remove dead remains of extract_x509_field_test
Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20231201111846.15097-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27625.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
--
kind regards,
Gert Doering
diff --git a/src/openvpn/init.c b/src/openvpn/init.c index 8c707a4..abba748 100644 --- a/src/openvpn/init.c +++ b/src/openvpn/init.c @@ -880,11 +880,6 @@ return false; #endif -#ifdef EXTRACT_X509_FIELD_TEST - extract_x509_field_test(); - return false; -#endif - #ifdef TIME_TEST time_test(); return false; diff --git a/src/openvpn/ssl.h b/src/openvpn/ssl.h index e842746..6ba6ff8 100644 --- a/src/openvpn/ssl.h +++ b/src/openvpn/ssl.h @@ -540,9 +540,6 @@ #endif -/*#define EXTRACT_X509_FIELD_TEST*/ -void extract_x509_field_test(void); - /** * Given a key_method, return true if opcode represents the one of the * hard_reset op codes for key-method 2