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:54 +0000 (15:24 +0200)
commit27739e92659d38cdefa21e51b7f52b81a7ac3388
treecfc8ae542fbb9bd2f093f8256eab63849bb51193
parent157c345175bd4b579918fb2942857ff033b08b41
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