Make the inline const-time functions static.
authorEmilia Kasper <emilia@openssl.org>
Thu, 28 Aug 2014 17:45:55 +0000 (19:45 +0200)
committerJanusz Kozerski <j.kozerski@samsung.com>
Mon, 20 Oct 2014 13:26:04 +0000 (15:26 +0200)
commit7823513d56a308855cadace1bfb15a78667a7349
tree5b5059bc1fb006e1962580e740c0e93476ab4b86
parent46fbadf384aa6bc2c8c0cf4b1ba138e57aaa9929
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