]> git.proxmox.com Git - mirror_edk2.git/blobdiff - NetworkPkg/HttpDxe/HttpsSupport.h
NetworkPkg: Clean up source files
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpsSupport.h
index 5d4ca011088542b1a962135d61517bd2098df99f..3329e65168034cb2331a108744b764d8a95bb997 100644 (file)
@@ -217,18 +217,18 @@ TlsCloseSession (
   Process one message according to the CryptMode.\r
 \r
   @param[in]           HttpInstance    Pointer to HTTP_PROTOCOL structure.\r
-  @param[in]           Message         Pointer to the message buffer needed to processed. \r
+  @param[in]           Message         Pointer to the message buffer needed to processed.\r
                                        If ProcessMode is EfiTlsEncrypt, the message contain the TLS\r
                                        header and plain text TLS APP payload.\r
-                                       If ProcessMode is EfiTlsDecrypt, the message contain the TLS \r
+                                       If ProcessMode is EfiTlsDecrypt, the message contain the TLS\r
                                        header and cipher text TLS APP payload.\r
   @param[in]           MessageSize     Pointer to the message buffer size.\r
   @param[in]           ProcessMode     Process mode.\r
   @param[in, out]      Fragment        Only one Fragment returned after the Message is\r
                                        processed successfully.\r
-                                       If ProcessMode is EfiTlsEncrypt, the fragment contain the TLS \r
+                                       If ProcessMode is EfiTlsEncrypt, the fragment contain the TLS\r
                                        header and cipher text TLS APP payload.\r
-                                       If ProcessMode is EfiTlsDecrypt, the fragment contain the TLS \r
+                                       If ProcessMode is EfiTlsDecrypt, the fragment contain the TLS\r
                                        header and plain text TLS APP payload.\r
 \r
   @retval EFI_SUCCESS          Message is processed successfully.\r