]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/TlsLib/InternalTlsLib.h
CryptoPkg: Apply uncrustify changes
[mirror_edk2.git] / CryptoPkg / Library / TlsLib / InternalTlsLib.h
index ce7f4ced4a3078d603116f37bf055ce737eedd27..cf5ffe1b73438fd0ab0fd01503e76255e0cde079 100644 (file)
@@ -26,16 +26,15 @@ typedef struct {
   // Main SSL Connection which is created by a server or a client\r
   // per established connection.\r
   //\r
-  SSL                             *Ssl;\r
+  SSL    *Ssl;\r
   //\r
   // Memory BIO for the TLS/SSL Reading operations.\r
   //\r
-  BIO                             *InBio;\r
+  BIO    *InBio;\r
   //\r
   // Memory BIO for the TLS/SSL Writing operations.\r
   //\r
-  BIO                             *OutBio;\r
+  BIO    *OutBio;\r
 } TLS_CONNECTION;\r
 \r
 #endif\r
-\r