[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
a small patch
[Thread Prev] | [Thread Next]
- Subject: a small patch
- From: Xi Wang <xi.wang@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 20 Apr 2010 07:05:45 -0400
- To: libssh@xxxxxxxxxx
Hi, Attached is a patch that addresses the following problems. * two memory leaks: enc_session (kex.c:781), session->packet_callbacks (session.c:209); * openssl configuration problem: use OPENSSL_FOUND instead of CRYPTO_FOUND, which doesn't exist in my cmake 2.8. * compile warnings: avoid using the name "signal" (channels.c); * link error when WITH_SERVER=0 (packet.c:59); * minor compile error (torture_options.c). Hope it helps. Thanks, - xi
Attachment:
a.patch
Description: Binary data
Re: a small patch | Andreas Schneider <mail@xxxxxxxxxxxx> |