File kftpgrabber-0.8.1-comment.patch of Package kftpgrabber
Description: Remove comment - it breaks compilation.
Author: Kyrill Detinov <lazy.kent.syse@gmail.com>
Index: kftpgrabber/src/misc/libs/ssh/wrapper.c
===================================================================
--- kftpgrabber/src/misc/libs/ssh/wrapper.c.orig 2007-04-28 15:35:19.000000000 +0400
+++ kftpgrabber/src/misc/libs/ssh/wrapper.c 2010-08-27 17:24:08.000000000 +0400
@@ -80,7 +80,7 @@ HMACCTX *hmac_init(const void *key, int
HMAC_CTX *ctx;
ctx=malloc(sizeof(HMAC_CTX));
#ifndef OLD_CRYPTO
- HMAC_CTX_init(ctx); // openssl 0.9.7 requires it.
+ HMAC_CTX_init(ctx);
#endif
switch(type){
case HMAC_SHA1: