projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2766515
)
Use stddef.h to pick up size_t def.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 2 Nov 2008 16:56:13 +0000
(16:56 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 2 Nov 2008 16:56:13 +0000
(16:56 +0000)
crypto/bn/asm/x86_64-gcc.c
patch
|
blob
|
history
diff --git
a/crypto/bn/asm/x86_64-gcc.c
b/crypto/bn/asm/x86_64-gcc.c
index 85191ecb0847b85ab00fbd210b9eb7deb5ba665f..9381ccf42a35ac5a5689790940de7833c2f2a8ce 100644
(file)
--- a/
crypto/bn/asm/x86_64-gcc.c
+++ b/
crypto/bn/asm/x86_64-gcc.c
@@
-1,7
+1,7
@@
#ifdef __SUNPRO_C
# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */
#else
-#include <s
ys/types
.h>
+#include <s
tddef
.h>
/*
* x86_64 BIGNUM accelerator version 0.1, December 2002.
*