From: Lev Stipakov <l...@openvpn.net>

This removes declaration of function which has no definition and usage.

Signed-off-by: Lev Stipakov <l...@openvpn.net>
---
 src/openvpn/crypto.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/openvpn/crypto.h b/src/openvpn/crypto.h
index f4b3dca..263725d 100644
--- a/src/openvpn/crypto.h
+++ b/src/openvpn/crypto.h
@@ -278,11 +278,6 @@ void read_key_file(struct key2 *key2, const char *file, 
const unsigned int flags
  */
 int write_key_file(const int nkeys, const char *filename);
 
-int read_passphrase_hash(const char *passphrase_file,
-                         const md_kt_t *digest,
-                         uint8_t *output,
-                         int len);
-
 void generate_key_random(struct key *key, const struct key_type *kt);
 
 void check_replay_consistency(const struct key_type *kt, bool packet_id);
-- 
2.7.4



_______________________________________________
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to