fixing GCM troubles at HP-UX/IA64

This commit is contained in:
Karel Miko 2016-01-10 21:56:23 +01:00 committed by Steffen Jaeckel
parent a6417387c0
commit 966496ea1a

View File

@ -83,7 +83,7 @@ static const unsigned char poly[] = { 0x00, 0xE1 };
void gcm_gf_mult(const unsigned char *a, const unsigned char *b, unsigned char *c)
{
unsigned char Z[16], V[16];
unsigned x, y, z;
unsigned char x, y, z;
zeromem(Z, 16);
XMEMCPY(V, a, 16);