diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-03-01 22:01:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-03-01 22:01:26 -0500 |
commit | 55ce9bff549c4709ec14486633a4a024a288b59a (patch) | |
tree | 6a897b49445ffd9e9d8745724104f65e3547a20b /src/common/crypto.h | |
parent | a05dc378e391b868a694914bd763d057930f076a (diff) | |
download | tor-55ce9bff549c4709ec14486633a4a024a288b59a.tar.gz tor-55ce9bff549c4709ec14486633a4a024a288b59a.zip |
Remove unused check_fingerprint_syntax
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index 1976549610..ee356c64bd 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -183,7 +183,6 @@ crypto_pk_t *crypto_pk_asn1_decode(const char *str, size_t len); int crypto_pk_get_digest(crypto_pk_t *pk, char *digest_out); int crypto_pk_get_all_digests(crypto_pk_t *pk, digests_t *digests_out); int crypto_pk_get_fingerprint(crypto_pk_t *pk, char *fp_out,int add_space); -int crypto_pk_check_fingerprint_syntax(const char *s); /* symmetric crypto */ const char *crypto_cipher_get_key(crypto_cipher_t *env); |