From aa763c0f6d41d59d4308cbff1699f48977d5c34f Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 26 Jul 2010 13:17:17 +0000 Subject: [PATCH] WIN32 build fix. --- crypto/modes/gcm128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/modes/gcm128.c b/crypto/modes/gcm128.c index 6f1eb6d484..e4df61f8b6 100644 --- a/crypto/modes/gcm128.c +++ b/crypto/modes/gcm128.c @@ -47,7 +47,7 @@ * ==================================================================== */ -#include "crypto.h" +#include #include "modes_lcl.h" #include -- 2.34.1