diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-02-23 23:38:43 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-02-23 23:38:43 -0500 |
commit | a4e9d672924f027c3e66220a8f70427d42154fe2 (patch) | |
tree | 6ce56ec6484d614723ba71114cd9b9545de61a2b /src/common/crypto.h | |
parent | 5bfa373eeeb2d76879fe8b0ea130724176f54e81 (diff) | |
download | tor-a4e9d672924f027c3e66220a8f70427d42154fe2.tar.gz tor-a4e9d672924f027c3e66220a8f70427d42154fe2.zip |
Remove some functions which were unused except for their tests
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 12fcfae27e..b783230780 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); |