From: Dr. Stephen Henson Date: Mon, 26 Jul 2010 13:17:17 +0000 (+0000) Subject: WIN32 build fix. X-Git-Tag: OpenSSL-fips-2_0-rc1~1034 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa763c0f6d41d59d4308cbff1699f48977d5c34f;p=openssl WIN32 build fix. --- 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