summaryrefslogtreecommitdiff
path: root/CryptoPkg/Library/TlsLib/InternalTlsLib.h
diff options
context:
space:
mode:
Diffstat (limited to 'CryptoPkg/Library/TlsLib/InternalTlsLib.h')
-rw-r--r--CryptoPkg/Library/TlsLib/InternalTlsLib.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/CryptoPkg/Library/TlsLib/InternalTlsLib.h b/CryptoPkg/Library/TlsLib/InternalTlsLib.h
index ce7f4ce..cf5ffe1 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
-