Make the inline const-time functions static.
authorEmilia Kasper <emilia@openssl.org>
Thu, 28 Aug 2014 17:45:55 +0000 (19:45 +0200)
committerEmilia Kasper <emilia@openssl.org>
Tue, 2 Sep 2014 13:25:20 +0000 (15:25 +0200)
commitaeeedc8acc45394686c8784076011d15ec94672e
tree2b33fc9d046d36f6ad70243ccffec78b55ecee00
parentc90386642034750aeb5d4037b55a5b562b25d08f
Make the inline const-time functions static.

"inline" without static is not correct as the compiler may choose to ignore it
and will then either emit an external definition, or expect one.

Reviewed-by: Geoff Thorpe <geoff@openssl.org>
(cherry picked from commit 86f50b36e63275a916b147f9d8764e3c0c060fdb)
crypto/constant_time_locl.h