diff options
Diffstat (limited to 'cipher-aes.c')
-rw-r--r-- | cipher-aes.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cipher-aes.c b/cipher-aes.c index bfda6d2f2..07ec7aa5d 100644 --- a/cipher-aes.c +++ b/cipher-aes.c | |||
@@ -46,9 +46,6 @@ struct ssh_rijndael_ctx | |||
46 | u_char r_iv[RIJNDAEL_BLOCKSIZE]; | 46 | u_char r_iv[RIJNDAEL_BLOCKSIZE]; |
47 | }; | 47 | }; |
48 | 48 | ||
49 | const EVP_CIPHER * evp_rijndael(void); | ||
50 | void ssh_rijndael_iv(EVP_CIPHER_CTX *, int, u_char *, u_int); | ||
51 | |||
52 | static int | 49 | static int |
53 | ssh_rijndael_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, | 50 | ssh_rijndael_init(EVP_CIPHER_CTX *ctx, const u_char *key, const u_char *iv, |
54 | int enc) | 51 | int enc) |