summaryrefslogtreecommitdiffstats
path: root/test/constant_time_test.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-12-22 16:07:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-22 23:03:56 +0000
commit80e0ecbf580e1455cdd6ccdb6f8f918295dca81c (patch)
tree50318df21783d5e04f50d8be04b066ec518fb0b7 /test/constant_time_test.c
parent02a60ae28fe87504d689223c1f5bb558bea6842d (diff)
Add ossl_inline
Add macro ossl_inline for use in public headers where a portable inline is required. Change existing inline to use ossl_inline Reviewed-by: Kurt Roeckx <kurt@openssl.org>
Diffstat (limited to 'test/constant_time_test.c')
-rw-r--r--test/constant_time_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/constant_time_test.c b/test/constant_time_test.c
index 1c04cb7b61..06916ff787 100644
--- a/test/constant_time_test.c
+++ b/test/constant_time_test.c
@@ -45,6 +45,7 @@
*/
#include "internal/constant_time_locl.h"
+#include "e_os.h"
#include <limits.h>
#include <stdio.h>