X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fopenssl%2Fasyncerr.h;h=5497ba75279ee5d9dffc3a1f1a02b6c04197516e;hb=26675d1cf407fb7ba248c04767eccda56b06263f;hp=a9bb86ead9d4f68732da11bc15a488764346d8b1;hpb=52df25cf2e656146cb3b206d8220124f0417d03f;p=oweals%2Fopenssl.git diff --git a/include/openssl/asyncerr.h b/include/openssl/asyncerr.h index a9bb86ead9..5497ba7527 100644 --- a/include/openssl/asyncerr.h +++ b/include/openssl/asyncerr.h @@ -1,6 +1,6 @@ /* * Generated by util/mkerr.pl DO NOT EDIT - * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -12,12 +12,9 @@ # define HEADER_ASYNCERR_H # ifdef __cplusplus -extern "C" { +extern "C" # endif int ERR_load_ASYNC_strings(void); -# ifdef __cplusplus -} -# endif /* * ASYNC function codes. @@ -28,6 +25,7 @@ int ERR_load_ASYNC_strings(void); # define ASYNC_F_ASYNC_PAUSE_JOB 103 # define ASYNC_F_ASYNC_START_FUNC 104 # define ASYNC_F_ASYNC_START_JOB 105 +# define ASYNC_F_ASYNC_WAIT_CTX_SET_WAIT_FD 106 /* * ASYNC reason codes.