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:
049f365
)
Include e_os.h from ec_lcl.h
author
Richard Levitte
<levitte@openssl.org>
Tue, 8 Mar 2016 18:55:40 +0000
(19:55 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 8 Mar 2016 18:55:40 +0000
(19:55 +0100)
The EC code recently started using REF_PRINT_COUNT and REF_ASSERT_ISNT.
Those are defined in e_os.h.
Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ec/ec_lcl.h
patch
|
blob
|
history
diff --git
a/crypto/ec/ec_lcl.h
b/crypto/ec/ec_lcl.h
index e6a491451fc232a8cf46737cc6cdb838b984f583..15caf4ed0f7335a3be6a34b29cffec36e5abfe9d 100644
(file)
--- a/
crypto/ec/ec_lcl.h
+++ b/
crypto/ec/ec_lcl.h
@@
-74,6
+74,8
@@
#include <openssl/ec.h>
#include <openssl/bn.h>
+#include "e_os.h"
+
#if defined(__SUNPRO_C)
# if __SUNPRO_C >= 0x520
# pragma error_messages (off,E_ARRAY_OF_INCOMPLETE_NONAME,E_ARRAY_OF_INCOMPLETE)