Commit e1d9e533 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Oops! New prototype code creeped through...

parent f946dd71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ extern "C" {

typedef struct SHAstate_st
	{
	SHA_LONG h[5];
	SHA_LONG h0,h1,h2,h3,h4;
	SHA_LONG Nl,Nh;
	SHA_LONG data[SHA_LBLOCK];
	unsigned int num;