]> git.ipfire.org Git - thirdparty/openvpn.git/commit
ssh_openssl.h: remove unused declaration
authorLev Stipakov <lev@openvpn.net>
Wed, 1 Dec 2021 09:20:02 +0000 (11:20 +0200)
committerGert Doering <gert@greenie.muc.de>
Sun, 5 Dec 2021 12:46:06 +0000 (13:46 +0100)
commitc237d49ec52241edb6b1a839baae04bdb37f8bd0
treede2c0d084b6af607173381876d68659933589249
parent36b3129d47a6dbfcd43ff4773c69618a28eb48bc
ssh_openssl.h: remove unused declaration

Commit 95993a1df3 ("Refactored SSL initialisation functions")
has declared openssl_set_mydata_index(void) function but
hasn't added definition.

There hasn't been need in this function for 10 years,
so it can be safely removed.

Found by MSVC.

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20211201092002.162-1-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg23269.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit b939fdcfb669bdd57b33e70fd2a2718fcfa626c9)
src/openvpn/ssl_openssl.h