diff options
author | Roger Dingledine <arma@torproject.org> | 2005-11-30 22:23:27 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-11-30 22:23:27 +0000 |
commit | a6da372000fc9cc45c25dbea92a5b812ddb13436 (patch) | |
tree | c77d9c7c396c61bd4b97786831136b2bf6f75a5f /src/common/crypto.h | |
parent | 923ad87470e6de29a043ce602cbd08742acfe032 (diff) | |
download | tor-a6da372000fc9cc45c25dbea92a5b812ddb13436.tar.gz tor-a6da372000fc9cc45c25dbea92a5b812ddb13436.zip |
and its header
svn:r5478
Diffstat (limited to 'src/common/crypto.h')
-rw-r--r-- | src/common/crypto.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/crypto.h b/src/common/crypto.h index edcb771449..9ac368f5e9 100644 --- a/src/common/crypto.h +++ b/src/common/crypto.h @@ -119,9 +119,6 @@ int crypto_cipher_encrypt(crypto_cipher_env_t *env, char *to, int crypto_cipher_decrypt(crypto_cipher_env_t *env, char *to, const char *from, size_t fromlen); -/* only implemented for CRYPTO_CIPHER_AES_CTR */ -int crypto_cipher_advance(crypto_cipher_env_t *env, long delta); - /* SHA-1 */ int crypto_digest(char *digest, const char *m, size_t len); crypto_digest_env_t *crypto_new_digest_env(void); |