David Garske
|
317a7f2662
|
Change misc.c error to warning and exclude the misc.c code from being compiled. Most people include all .c files and by default inlining is allowed, which in turn causes an #error in misc.c and it must be excluded. Since we know its already been properly included there is no reason to throw error here. Instead, show warning and exclude code in .c file.
|
2016-08-08 13:13:59 -07:00 |
|
Jacob Barthelmeh
|
e60adfc9da
|
better naming of macro and alter misc.c check
|
2016-03-29 13:42:40 -06:00 |
|
Jacob Barthelmeh
|
7e90e2e540
|
misc.c compile warning accounts for FIPS
|
2016-03-28 17:22:39 -06:00 |
|
Jacob Barthelmeh
|
2665db73a4
|
check for compiling misc.c when not needed
|
2016-03-28 16:03:15 -06:00 |
|
Jacob Barthelmeh
|
e99a5b0483
|
prepare for release v3.9.0
|
2016-03-17 16:02:13 -06:00 |
|
John Safranek
|
dcd6602293
|
misc.c can now only be included once
|
2015-05-13 15:10:05 -07:00 |
|
toddouska
|
b7db43a189
|
make ConstantCompare available outside of internal.c
|
2015-02-26 17:31:47 -08:00 |
|
toddouska
|
608da64ece
|
add ForceZero() to force memset(0)
|
2015-02-20 15:51:21 -08:00 |
|
toddouska
|
17ed9e147f
|
fix SLOW_WORD name change
|
2015-02-18 15:47:50 -08:00 |
|
kaleb-himes
|
a389620a29
|
Copyright (C) updates
|
2015-01-08 09:39:04 -07:00 |
|
Jacob Barthelmeh
|
accfaf17af
|
update to comment headers
|
2015-01-05 09:48:43 -07:00 |
|
Jacob Barthelmeh
|
894b888291
|
update to misc.c integer.c and tfm.c
|
2014-12-29 12:59:14 -07:00 |
|
Jacob Barthelmeh
|
5107c6c12b
|
debugging linking error
|
2014-12-19 15:30:07 -07:00 |
|