*** empty log message ***

This commit is contained in:
David Rose 2000-11-09 00:33:31 +00:00
parent 6499f4e4d5
commit 10b72a68b8

View File

@ -15,7 +15,7 @@
USING_NAMESPACE(CryptoPP);
USING_NAMESPACE(std);
uint
static uint
read32(istream& is) {
unsigned int ret = 0x0;
unsigned char b1, b2, b3, b4;