projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WIN32 build fix.
[openssl.git]
/
crypto
/
modes
/
gcm128.c
diff --git
a/crypto/modes/gcm128.c
b/crypto/modes/gcm128.c
index 6f1eb6d484c300daaa8af6d9a60f354dc8a39511..e4df61f8b6a24cc945a5057e7970e7cc34f1fddf 100644
(file)
--- a/
crypto/modes/gcm128.c
+++ b/
crypto/modes/gcm128.c
@@
-47,7
+47,7
@@
* ====================================================================
*/
-#include
"crypto.h"
+#include
<openssl/crypto.h>
#include "modes_lcl.h"
#include <string.h>