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:21:01 +0000 (15:21 +0200)
commit86f50b36e63275a916b147f9d8764e3c0c060fdb
treebbda5c4e536f18fac69073dac698d9856f764676
parentb0426a0f8c6ce7656411b037e0c45465320cb325
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>
crypto/constant_time_locl.h