• better IV for the oaathash-on-binary (as if we prepended a '\x01')

• better variable name for the LCG state
This commit is contained in:
tg
2009-10-18 12:30:06 +00:00
parent eafe88aa74
commit ceb591bf6a
3 changed files with 12 additions and 12 deletions

4
sh.h
View File

@ -134,9 +134,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.356 2009/10/17 21:16:04 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.357 2009/10/18 12:30:05 tg Exp $");
#endif
#define MKSH_VERSION "R39 2009/10/17"
#define MKSH_VERSION "R39 2009/10/18"
#ifndef MKSH_INCLUDES_ONLY