Browse code

crypto.h: remove unused function declaration

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

Signed-off-by: Lev Stipakov <lev@openvpn.net>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <1539008366-19656-1-git-send-email-lstipakov@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg17644.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>

Lev Stipakov authored on 2018/10/08 23:19:26
Showing 1 changed files
... ...
@@ -278,11 +278,6 @@ void read_key_file(struct key2 *key2, const char *file, const unsigned int flags
278 278
  */
279 279
 int write_key_file(const int nkeys, const char *filename);
280 280
 
281
-int read_passphrase_hash(const char *passphrase_file,
282
-                         const md_kt_t *digest,
283
-                         uint8_t *output,
284
-                         int len);
285
-
286 281
 void generate_key_random(struct key *key, const struct key_type *kt);
287 282
 
288 283
 void check_replay_consistency(const struct key_type *kt, bool packet_id);