mirror of
https://github.com/nmap/nmap.git
synced 2026-01-03 05:09:14 +00:00
Fix indentation leading to gcc warnings.
This commit is contained in:
@@ -199,7 +199,7 @@ int Crypto::aes128_cbc_encrypt(u8 *inbuff, size_t inlen, u8 *dst_buff, u8 *key,
|
||||
/* Do not encrypt, just set the plaintext */
|
||||
for(size_t i=0; i<inlen; i++)
|
||||
dst_buff[i]=inbuff[i];
|
||||
return OP_SUCCESS;
|
||||
return OP_SUCCESS;
|
||||
} /* End of aes128_cbc_encrypt() */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user