diff options
Diffstat (limited to 'src/lib/crypt_ops/crypto.h')
-rw-r--r-- | src/lib/crypt_ops/crypto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/crypt_ops/crypto.h b/src/lib/crypt_ops/crypto.h index 6034c84174..993a65fb01 100644 --- a/src/lib/crypt_ops/crypto.h +++ b/src/lib/crypt_ops/crypto.h @@ -59,6 +59,4 @@ int crypto_cipher_decrypt_with_iv(const char *key, char *to, size_t tolen, const char *from, size_t fromlen); -void crypto_add_spaces_to_fp(char *out, size_t outlen, const char *in); - #endif /* !defined(TOR_CRYPTO_H) */ |