mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-22 01:50:16 +00:00
- (djm) [cipher.c] Fix missing prototype for compat code
This commit is contained in:
parent
25a02b0c95
commit
13cbff1e00
@ -11,6 +11,7 @@
|
||||
counter mode code; ok djm@
|
||||
- (djm) [configure.ac cipher-ctr.c] Adapt EVP AES CTR change to retain our
|
||||
compat code for older OpenSSL
|
||||
- (djm) [cipher.c] Fix missing prototype for compat code
|
||||
|
||||
20121212
|
||||
- (djm) OpenBSD CVS Sync
|
||||
|
1
cipher.c
1
cipher.c
@ -58,6 +58,7 @@ extern void ssh1_3des_iv(EVP_CIPHER_CTX *, int, u_char *, int);
|
||||
#define EVP_aes_128_ctr evp_aes_128_ctr
|
||||
#define EVP_aes_192_ctr evp_aes_128_ctr
|
||||
#define EVP_aes_256_ctr evp_aes_128_ctr
|
||||
extern const EVP_CIPHER *evp_aes_128_ctr(void);
|
||||
extern void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user