[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] and its header



Update of /home2/or/cvsroot/tor/src/common
In directory moria:/home/arma/work/onion/cvs/tor/src/common

Modified Files:
	crypto.h 
Log Message:
and its header


Index: crypto.h
===================================================================
RCS file: /home2/or/cvsroot/tor/src/common/crypto.h,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- crypto.h	30 Nov 2005 06:27:58 -0000	1.70
+++ crypto.h	30 Nov 2005 22:23:27 -0000	1.71
@@ -119,9 +119,6 @@
 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);