Fixes to get -ansi working
[openssl.git] / crypto / async / arch / async_posix.h
index 0d9245ebe9241a6e44413c542263d2dda67c14eb..3c61f7f7b0818de8654fa12fedd4f3a914d1a19c 100644 (file)
@@ -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;