[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux] ssh
http://bugzilla.mindrot.org/show_bug.cgi?id=141
Bug connu, il faut upgrader le openssl du redhat 6.2.
http://bugzilla.mindrot.org/showattachment.cgi?attach_id=34
>= 0.9.6
hope this helps
alx
--
---
Alexandre Dulaunoy
Work : http://www.conostix.com/ adulau@conostix.com
Private : http://www.thinkingsecure.com/ adulau@thinkingsecure.com
"Liberty is the great parent of science and of virtue; and a nation will
be great in both in proportion as it is free. " T. Jefferson
On Mon, 11 Mar 2002, Alain Belkadi wrote:
>
> Lorsque je veux ompiler openssh 3.1 sur ma red hat 6.2 je recois une jolie
> erreur de compilation (voir fin de ce mail).
>
> J'ai vérifié la checklist des softs qui doivent être installés pour que ça
> tourne et ça a l'air d'être bon, surtout que j'ai une version 2.9 en rpm
> qui tourne bien.
>
> Si qqun a une idée elle est la bienvenue, un rpm 3.1 pour rh 6.2 aussi
> d'ailleur (openssh ne propose qu'un rpm pour la version 7.2, chiant).
>
> cipher.c: In function `cipher_init':
> cipher.c:200: void value not ignored as it ought to be
> cipher.c:206: warning: implicit declaration of function
> `EVP_CIPHER_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: warning: assignment from incompatible pointer type
> cipher.c:318: void value not ignored as it ought to be
> cipher.c:319: void value not ignored as it ought to be
> cipher.c:320: void value not ignored as it ought to be
> cipher.c: In function `ssh1_3des_cleanup':
> cipher.c:329: warning: assignment from incompatible pointer type
> cipher.c: In function `evp_ssh1_3des':
> cipher.c:346: warning: assignment from incompatible pointer type
> cipher.c:347: warning: assignment from incompatible pointer type
> cipher.c:348: warning: assignment from incompatible pointer type
> cipher.c:349: structure has no member named `flags'
> cipher.c:349: `EVP_CIPH_CBC_MODE' undeclared (first use in this function)
> cipher.c:349: (Each undeclared identifier is reported only once
> cipher.c:349: for each function it appears in.)
> cipher.c:349: `EVP_CIPH_VARIABLE_LENGTH' undeclared (first use in this
> function)
> cipher.c: In function `evp_ssh1_bf':
> cipher.c:392: warning: assignment from incompatible pointer type
> cipher.c:394: warning: assignment from incompatible pointer type
> cipher.c: In function `ssh_rijndael_init':
> cipher.c:413: warning: assignment from incompatible pointer type
> cipher.c: In function `ssh_rijndael_cbc':
> cipher.c:440: warning: assignment from incompatible pointer type
> cipher.c: In function `ssh_rijndael_cleanup':
> cipher.c:477: warning: assignment from incompatible pointer type
> cipher.c: In function `evp_rijndael':
> cipher.c:494: warning: assignment from incompatible pointer type
> cipher.c:495: warning: assignment from incompatible pointer type
> cipher.c:496: warning: assignment from incompatible pointer type
> cipher.c:497: structure has no member named `flags'
> cipher.c:497: `EVP_CIPH_CBC_MODE' undeclared (first use in this function)
> cipher.c:497: `EVP_CIPH_VARIABLE_LENGTH' undeclared (first use in this
> function)
> cipher.c:498: `EVP_CIPH_ALWAYS_CALL_INIT' undeclared (first use in this
> function)
> make: *** [cipher.o] Error 1
>
>
>
_______________________________________________
Linux Mailing List
Archives: http://unixtech.be/mailman/listinfo/linux
- References:
- [linux] ssh
- From: Alain Belkadi <xigulor@linuxbeach.be>