diff options
Diffstat (limited to 'cipher-ctr.c')
-rw-r--r-- | cipher-ctr.c | 3 |
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 | ||
37 | const EVP_CIPHER *evp_aes_128_ctr(void); | ||
38 | void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, size_t); | ||
39 | |||
40 | struct ssh_aes_ctr_ctx | 37 | struct ssh_aes_ctr_ctx |
41 | { | 38 | { |
42 | AES_KEY aes_ctx; | 39 | AES_KEY aes_ctx; |