aboutsummaryrefslogtreecommitdiff
path: root/crypto/async/arch
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-06-08 20:10:50 +0100
committerMatt Caswell <matt@openssl.org>2016-06-08 20:18:04 +0100
commit2a7de0fd5d9baf946ef4d2c51096b04dd47a8143 (patch)
tree72bc90447027945e17151a0ae8809b7ce4fe1b5b /crypto/async/arch
parente417070c9f2162594e8289aed93bd5801e70e60d (diff)
downloadopenssl-2a7de0fd5d9baf946ef4d2c51096b04dd47a8143.zip
openssl-2a7de0fd5d9baf946ef4d2c51096b04dd47a8143.tar.gz
openssl-2a7de0fd5d9baf946ef4d2c51096b04dd47a8143.tar.bz2
Fixes to get -ansi working
Various fixes to get the following to compile: ./config no-asm -ansi -D_DEFAULT_SOURCE RT4479 RT4480 Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/async/arch')
-rw-r--r--crypto/async/arch/async_posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/async/arch/async_posix.h b/crypto/async/arch/async_posix.h
index 0d9245e..3c61f7f 100644
--- a/crypto/async/arch/async_posix.h
+++ b/crypto/async/arch/async_posix.h
@@ -34,7 +34,7 @@ typedef struct async_fibre_st {
int env_init;
} async_fibre;
-static inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r)
+static ossl_inline int async_fibre_swapcontext(async_fibre *o, async_fibre *n, int r)
{
o->env_init = 1;