From: Jeff Date: Tue, 8 Jun 2021 01:32:50 +0000 (+0800) Subject: duplicate function declaration. X-Git-Tag: v2.6_beta1~486 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ebbe100df98fc9e3774947a37aeca4c0d49d809;p=thirdparty%2Fopenvpn.git duplicate function declaration. Acked-by: Gert Doering 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 --- diff --git a/src/openvpn/crypto_backend.h b/src/openvpn/crypto_backend.h index 35cd91841..af123d012 100644 --- a/src/openvpn/crypto_backend.h +++ b/src/openvpn/crypto_backend.h @@ -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);