X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FOpensslLib%2Fopensslconf.h;h=ac90dd4a24f528bd537969c8642d01a6c20260e9;hp=d2c855b2695a19bcc7ac8343e66245f27b90fb36;hb=f9496167549701f31968fea3b52c05c32689f7b9;hpb=42d683426792b34c7538a07ade47a20e3d9929bf diff --git a/CryptoPkg/Library/OpensslLib/opensslconf.h b/CryptoPkg/Library/OpensslLib/opensslconf.h index d2c855b269..ac90dd4a24 100644 --- a/CryptoPkg/Library/OpensslLib/opensslconf.h +++ b/CryptoPkg/Library/OpensslLib/opensslconf.h @@ -92,6 +92,9 @@ extern "C" { #ifndef OPENSSL_NO_POSIX_IO # define OPENSSL_NO_POSIX_IO #endif +#ifndef OPENSSL_NO_PQUEUE +# define OPENSSL_NO_PQUEUE +#endif #ifndef OPENSSL_NO_RC2 # define OPENSSL_NO_RC2 #endif @@ -143,6 +146,9 @@ extern "C" { #ifndef OPENSSL_NO_STORE # define OPENSSL_NO_STORE #endif +#ifndef OPENSSL_NO_TS +# define OPENSSL_NO_TS +#endif #ifndef OPENSSL_NO_UI # define OPENSSL_NO_UI #endif @@ -254,6 +260,9 @@ extern "C" { # if defined(OPENSSL_NO_POSIX_IO) && !defined(NO_POSIX_IO) # define NO_POSIX_IO # endif +# if defined(OPENSSL_NO_PQUEUE) && !defined(NO_PQUEUE) +# define NO_PQUEUE +# endif # if defined(OPENSSL_NO_RC2) && !defined(NO_RC2) # define NO_RC2 # endif @@ -305,6 +314,9 @@ extern "C" { # if defined(OPENSSL_NO_STORE) && !defined(NO_STORE) # define NO_STORE # endif +# if defined(OPENSSL_NO_TS) && !defined(NO_TS) +# define NO_TS +# endif # if defined(OPENSSL_NO_UI) && !defined(NO_UI) # define NO_UI # endif