summaryrefslogtreecommitdiff
path: root/cipher-ctr.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2013-01-20 22:31:29 +1100
committerDamien Miller <djm@mindrot.org>2013-01-20 22:31:29 +1100
commitda5cc5d09a193f29d1a1e1c5a96e06980d240816 (patch)
tree02c48b4cc2843c6261ff65fb875dcc40f9aea030 /cipher-ctr.c
parent13f5f768bc4861bff58074717fc19764ee347ac9 (diff)
- (djm) [cipher-aes.c cipher-ctr.c openbsd-compat/openssl-compat.h]
Move prototypes for replacement ciphers to openssl-compat.h; fix EVP prototypes for openssl-1.0.0-fips.
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;