--- 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 35cd918..af123d0 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.7.4 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel