Fixed indentation.
This commit is contained in:
parent
7e6501374d
commit
19568c6e9b
@ -186,7 +186,7 @@ BOOL CryptProtectMemory(LPVOID pData, DWORD cbData, DWORD dwFlags)
|
||||
pCipherText = (BYTE*) malloc(cbOut);
|
||||
|
||||
if (!pCipherText)
|
||||
goto out;
|
||||
goto out;
|
||||
|
||||
if ((enc = winpr_Cipher_New(WINPR_CIPHER_AES_256_CBC, WINPR_ENCRYPT,
|
||||
pMemBlock->key, pMemBlock->iv)) == NULL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user