X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FTlsLib%2FInternalTlsLib.h;h=cf5ffe1b73438fd0ab0fd01503e76255e0cde079;hp=ce7f4ced4a3078d603116f37bf055ce737eedd27;hb=7c342378317039e632d9a1a5d4cf7c21aec8cb7a;hpb=2b16a4fb91b9b31c0d152588f5ac51080c6c0763 diff --git a/CryptoPkg/Library/TlsLib/InternalTlsLib.h b/CryptoPkg/Library/TlsLib/InternalTlsLib.h index ce7f4ced4a..cf5ffe1b73 100644 --- a/CryptoPkg/Library/TlsLib/InternalTlsLib.h +++ b/CryptoPkg/Library/TlsLib/InternalTlsLib.h @@ -26,16 +26,15 @@ typedef struct { // Main SSL Connection which is created by a server or a client // per established connection. // - SSL *Ssl; + SSL *Ssl; // // Memory BIO for the TLS/SSL Reading operations. // - BIO *InBio; + BIO *InBio; // // Memory BIO for the TLS/SSL Writing operations. // - BIO *OutBio; + BIO *OutBio; } TLS_CONNECTION; #endif -