]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
duplicate function declaration.
authorJeff <os.gv.ll@gmail.com>
Tue, 8 Jun 2021 01:32:50 +0000 (09:32 +0800)
committerGert Doering <gert@greenie.muc.de>
Tue, 8 Jun 2021 06:07:09 +0000 (08:07 +0200)
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1623115970-9186-1-git-send-email-os.gv.ll@gmail.com>
URL: https://www.mail-archive.com/search?l=mid&q=1623115970-9186-1-git-send-email-os.gv.ll@gmail.com
Signed-off-by: Gert Doering <gert@greenie.muc.de>
src/openvpn/crypto_backend.h

index 35cd918412932c1379c60c9bb305ed6833737c07..af123d012454c300260331569f2150aa3b3d0b12 100644 (file)
@@ -88,18 +88,6 @@ void crypto_init_dmalloc(void);
 
 #endif /* DMALLOC */
 
-/**
- * Translate a data channel cipher name from the OpenVPN config file
- * 'language' to the crypto library specific name.
- */
-const char *translate_cipher_name_from_openvpn(const char *cipher_name);
-
-/**
- * Translate a data channel cipher name from the crypto library specific name
- * to the OpenVPN config file 'language'.
- */
-const char *translate_cipher_name_from_openvpn(const char *cipher_name);
-
 void show_available_ciphers(void);
 
 void show_available_digests(void);