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:04 +0000 (15:25 +0200)
commitda8dd611ae813d6c03bf23afaa07c2f5d0d27d30
treede8345be8e4a1c6a53d3dc58cc8e84e28a1ec57a
parent43711a589b3be921ae8a58360b20ae66663a7f37
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