WIN32 build fix.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 26 Jul 2010 13:17:17 +0000 (13:17 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 26 Jul 2010 13:17:17 +0000 (13:17 +0000)
crypto/modes/gcm128.c

index 6f1eb6d484c300daaa8af6d9a60f354dc8a39511..e4df61f8b6a24cc945a5057e7970e7cc34f1fddf 100644 (file)
@@ -47,7 +47,7 @@
  * ====================================================================
  */
 
-#include "crypto.h"
+#include <openssl/crypto.h>
 #include "modes_lcl.h"
 #include <string.h>