Normalise ASYNC naming
[openssl.git] / crypto / async / arch / async_null.h
index 796a13dd15732a5f4aa787c2d1c94cc3f876d8d0..e9344f5874aaa57e921e313fdf0117826c9341be 100644 (file)
 
 typedef struct async_fibre_st {
     int dummy;
-} ASYNC_FIBRE;
+} async_fibre;
 
 
-
-# define ASYNC_set_ctx(nctx)                    0
-# define ASYNC_get_ctx()                        ((ASYNC_CTX *)NULL)
-# define ASYNC_FIBRE_swapcontext(o,n,r)         0
-# define ASYNC_FIBRE_makecontext(c)
-# define ASYNC_FIBRE_free(f)
-# define ASYNC_FIBRE_init_dispatcher(f)
+# define async_set_ctx(nctx)                    0
+# define async_get_ctx()                        ((async_ctx *)NULL)
+# define async_fibre_swapcontext(o,n,r)         0
+# define async_fibre_makecontext(c)
+# define async_fibre_free(f)
+# define async_fibre_init_dispatcher(f)
 
 #endif