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>
This commit is contained in:
Dr. Stephen Henson
2015-12-22 16:07:24 +00:00
parent 02a60ae28f
commit 80e0ecbf58
5 changed files with 180 additions and 146 deletions

View File

@@ -45,6 +45,7 @@
*/
#include "internal/constant_time_locl.h"
#include "e_os.h"
#include <limits.h>
#include <stdio.h>