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:
Hao Wu 2017-04-06 09:53:07 +08:00
parent 6035094da8
commit 264702a04b
8 changed files with 2923 additions and 2916 deletions

View File

@ -785,3 +785,4 @@ TlsGetCertRevocationList (
); );
#endif // __TLS_LIB_H__ #endif // __TLS_LIB_H__

View File

@ -221,3 +221,4 @@ print "Done!\n";
print "\nProcessing Files Done!\n"; print "\nProcessing Files Done!\n";
exit(0); exit(0);

View File

@ -40,3 +40,4 @@ typedef struct {
} TLS_CONNECTION; } TLS_CONNECTION;
#endif #endif

View File

@ -1057,3 +1057,4 @@ TlsGetCertRevocationList (
{ {
return EFI_UNSUPPORTED; return EFI_UNSUPPORTED;
} }

View File

@ -266,3 +266,4 @@ TlsNew (
); );
return (VOID *) TlsConn; return (VOID *) TlsConn;
} }

View File

@ -54,3 +54,4 @@
# C4090: 'function' : different 'const' qualifiers # C4090: 'function' : different 'const' qualifiers
# #
MSFT:*_*_*_CC_FLAGS = /wd4090 MSFT:*_*_*_CC_FLAGS = /wd4090

View File

@ -460,3 +460,4 @@ TlsWrite (
// //
return SSL_write (TlsConn->Ssl, Buffer, (UINT32) BufferSize); return SSL_write (TlsConn->Ssl, Buffer, (UINT32) BufferSize);
} }