summaryrefslogtreecommitdiff
path: root/cipher-ctr.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher-ctr.c')
-rw-r--r--cipher-ctr.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/cipher-ctr.c b/cipher-ctr.c
index f053abe2e..d1fe69f57 100644
--- a/cipher-ctr.c
+++ b/cipher-ctr.c
@@ -34,9 +34,6 @@
34#include <openssl/aes.h> 34#include <openssl/aes.h>
35#endif 35#endif
36 36
37const EVP_CIPHER *evp_aes_128_ctr(void);
38void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, size_t);
39
40struct ssh_aes_ctr_ctx 37struct ssh_aes_ctr_ctx
41{ 38{
42 AES_KEY aes_ctx; 39 AES_KEY aes_ctx;