X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=include%2Fopenssl%2Fasyncerr.h;h=17defd0494d2bdd3ddd5c765e5967beb8b9af92e;hp=8e8c66fc52c7f4005659a0dd6ed40b2029cdc5ac;hb=936c2b9e933eacae80d3489e5f7316589f3e9a07;hpb=a6a4d0acd23b3fc85041d9096b67bcf18ccb635c diff --git a/include/openssl/asyncerr.h b/include/openssl/asyncerr.h index 8e8c66fc52..17defd0494 100644 --- a/include/openssl/asyncerr.h +++ b/include/openssl/asyncerr.h @@ -13,7 +13,7 @@ # pragma once # include -# if !OPENSSL_API_3 +# ifndef OPENSSL_NO_DEPRECATED_3_0 # define HEADER_ASYNCERR_H # endif @@ -29,7 +29,7 @@ int ERR_load_ASYNC_strings(void); /* * ASYNC function codes. */ -# if !OPENSSL_API_3 +# ifndef OPENSSL_NO_DEPRECATED_3_0 # define ASYNC_F_ASYNC_CTX_NEW 0 # define ASYNC_F_ASYNC_INIT_THREAD 0 # define ASYNC_F_ASYNC_JOB_NEW 0