CryptoPkg: Convert files to CRLF line ending
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Long Qin <qin.long@intel.com>
This commit is contained in:
parent
6035094da8
commit
264702a04b
|
@ -785,3 +785,4 @@ TlsGetCertRevocationList (
|
|||
);
|
||||
|
||||
#endif // __TLS_LIB_H__
|
||||
|
||||
|
|
|
@ -221,3 +221,4 @@ print "Done!\n";
|
|||
print "\nProcessing Files Done!\n";
|
||||
|
||||
exit(0);
|
||||
|
||||
|
|
|
@ -40,3 +40,4 @@ typedef struct {
|
|||
} TLS_CONNECTION;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1057,3 +1057,4 @@ TlsGetCertRevocationList (
|
|||
{
|
||||
return EFI_UNSUPPORTED;
|
||||
}
|
||||
|
||||
|
|
|
@ -266,3 +266,4 @@ TlsNew (
|
|||
);
|
||||
return (VOID *) TlsConn;
|
||||
}
|
||||
|
||||
|
|
|
@ -54,3 +54,4 @@
|
|||
# C4090: 'function' : different 'const' qualifiers
|
||||
#
|
||||
MSFT:*_*_*_CC_FLAGS = /wd4090
|
||||
|
||||
|
|
|
@ -460,3 +460,4 @@ TlsWrite (
|
|||
//
|
||||
return SSL_write (TlsConn->Ssl, Buffer, (UINT32) BufferSize);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue