diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-04-10 21:23:00 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-04-10 21:23:00 +0000 |
commit | 1fbc74661f6b47d452e58eac22c3e55f90d692c2 (patch) | |
tree | c8ea4526dc7cd2d30a2dabde459f63222c2b40da /src/common/crypto.h | |
parent | 37c77c71f798cdbd2b7b06e178772640a4516747 (diff) | |
download | tor-1fbc74661f6b47d452e58eac22c3e55f90d692c2.tar.gz tor-1fbc74661f6b47d452e58eac22c3e55f90d692c2.zip |
Remove DER64 functions in trunk: they will never be used again unless the directory authorities switch back to 0.0.9tooearly.
svn:r6376
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index df112a1d8e..050849cfe5 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -79,8 +79,6 @@ int crypto_pk_read_public_key_from_string(crypto_pk_env_t *env, const char *src, size_t len); int crypto_pk_write_private_key_to_filename(crypto_pk_env_t *env, const char *fname); -int crypto_pk_DER64_encode_public_key(crypto_pk_env_t *env, char **dest); -crypto_pk_env_t *crypto_pk_DER64_decode_public_key(const char *in); int crypto_pk_check_key(crypto_pk_env_t *env); int crypto_pk_cmp_keys(crypto_pk_env_t *a, crypto_pk_env_t *b); |