Description: uptream fixes for conflicting declarations
	Fix conflicting declarations as reported in Debian bugreport
	#749726 .
Origin: debian
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2014-05-30

--- a/cipher.c
+++ b/cipher.c
@@ -64,7 +64,7 @@
 extern const EVP_CIPHER *evp_ssh1_3des(void);
 extern void ssh1_3des_iv(EVP_CIPHER_CTX *, int, u_char *, int);
 extern const EVP_CIPHER *evp_aes_128_ctr(void);
-extern void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, u_int);
+extern void ssh_aes_ctr_iv(EVP_CIPHER_CTX *, int, u_char *, size_t);
 
 struct Cipher {
 	char	*name;
