search for: ssh1_3des

Displaying 2 results from an estimated 2 matches for "ssh1_3des".

2002 Mar 08
1
Problems with Solaris 8 and OpenSSH 3.1p1
...R_CTX_set_key_length' cipher.c:210: void value not ignored as it ought to be cipher.c: In function `cipher_crypt': cipher.c:220: void value not ignored as it ought to be cipher.c: In function `cipher_cleanup': cipher.c:227: void value not ignored as it ought to be cipher.c: In function `ssh1_3des_init': cipher.c:280: warning: assignment from incompatible pointer type cipher.c:299: void value not ignored as it ought to be cipher.c:300: void value not ignored as it ought to be cipher.c:301: void value not ignored as it ought to be cipher.c: In function `ssh1_3des_cbc': cipher.c:314: w...
2015 Jun 02
3
[Bug 2407] New: OpenSSH uses deprecated APIs on MacOS
...nce of: cipher-3des1.c:152:22: warning: incompatible pointer types assigning to 'int (*)(EVP_CIPHER_CTX *, unsigned char *, const unsigned char *, unsigned int)' from 'int (EVP_CIPHER_CTX *, u_char *, const u_char *, size_t)' [-Wincompatible-pointer-types] ssh1_3des.do_cipher = ssh1_3des_cbc; ^ ~~~~~~~~~~~~~ I've attached the complete output from the compile and running the tests. Despite all these warnings, the tests all passed in the end. -- You are receiving this mail because: You are watching the assignee of the bug.