From 5ebbe100df98fc9e3774947a37aeca4c0d49d809 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 8 Jun 2021 09:32:50 +0800 Subject: [PATCH] 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 --- src/openvpn/crypto_backend.h | 12 ------------ 1 file changed, 12 deletions(-) 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); -- 2.47.2