1e71b7053SJung-uk Kim /*
2e71b7053SJung-uk Kim  * Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
3e71b7053SJung-uk Kim  *
4*b077aed3SPierre Pronchery  * Licensed under the Apache License 2.0 (the "License").  You may not use
5e71b7053SJung-uk Kim  * this file except in compliance with the License.  You can obtain a copy
6e71b7053SJung-uk Kim  * in the file LICENSE in the source distribution or at
7e71b7053SJung-uk Kim  * https://www.openssl.org/source/license.html
8e71b7053SJung-uk Kim  */
9e71b7053SJung-uk Kim 
10e71b7053SJung-uk Kim /* This must be the first #include file */
1117f01e99SJung-uk Kim #include "../async_local.h"
12e71b7053SJung-uk Kim 
13e71b7053SJung-uk Kim #ifdef ASYNC_NULL
ASYNC_is_capable(void)14e71b7053SJung-uk Kim int ASYNC_is_capable(void)
15e71b7053SJung-uk Kim {
16e71b7053SJung-uk Kim     return 0;
17e71b7053SJung-uk Kim }
18e71b7053SJung-uk Kim 
async_local_cleanup(void)19e71b7053SJung-uk Kim void async_local_cleanup(void)
20e71b7053SJung-uk Kim {
21e71b7053SJung-uk Kim }
22e71b7053SJung-uk Kim #endif
23e71b7053SJung-uk Kim 
24