[shacrypt] push by Nightgunner5 - This should be the last one... on 2010-03-13 15:53 GMT

0 views
Skip to first unread message

shac...@googlecode.com

unread,
Mar 13, 2010, 10:54:15 AM3/13/10
to shac...@googlegroups.com
Revision: 25ef6282d1
Author: Nightgunner5
Date: Sat Mar 13 07:53:27 2010
Log: This should be the last one...
http://code.google.com/p/shacrypt/source/detail?r=25ef6282d1

Modified:
/src/shacrypt.c

=======================================
--- /src/shacrypt.c Sat Mar 13 07:34:32 2010
+++ /src/shacrypt.c Sat Mar 13 07:53:27 2010
@@ -424,7 +424,7 @@
SHA1Input( &ctx->scramble_sha1, ctx->scramblekey,
ctx->scramblelen );
SHA1Result( &ctx->scramble_sha1, ctx->scramble_sha1_res );
}
- c ^= scramble_ctx->sha1_res[ctx->scramble_sha1_ptr];
+ c ^= ctx->scramble_sha1_res[ctx->scramble_sha1_ptr];
ctx->scramble_sha1_ptr++;
}

@@ -543,7 +543,7 @@
SHA1Input( &ctx->scramble_sha1, ctx->scramblekey,
ctx->scramblelen );
SHA1Result( &ctx->scramble_sha1, ctx->scramble_sha1_res );
}
- c ^= scramble_ctx->sha1_res[ctx->scramble_sha1_ptr];
+ c ^= ctx->scramble_sha1_res[ctx->scramble_sha1_ptr];
ctx->scramble_sha1_ptr++;
}

Reply all
Reply to author
Forward
0 new messages