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:24:59 +0000 (15:24 +0200)
commite517dfd3d1a1e4dcb37689274aead3daaedc98af
tree5571fb585fceca7cbef690f21ed68ae291fe0fc2
parent74687f59793c34bc6b4aa5a8fcb369a144211999
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