Re-align some comments after running the reformat script.
This should be a one off operation (subsequent invokation of the script should not move them) This commit is for the 1.0.0 changes Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
4bc9913844
commit
3d7a9aca8c
@ -732,7 +732,8 @@ int n_ssl3_mac(SSL *ssl, unsigned char *md, int send)
|
|||||||
*
|
*
|
||||||
* With SHA-1 (the largest hash speced for SSLv3) the hash size
|
* With SHA-1 (the largest hash speced for SSLv3) the hash size
|
||||||
* goes up 4, but npad goes down by 8, resulting in a smaller
|
* goes up 4, but npad goes down by 8, resulting in a smaller
|
||||||
* total size. */
|
* total size.
|
||||||
|
*/
|
||||||
unsigned char header[75];
|
unsigned char header[75];
|
||||||
unsigned j = 0;
|
unsigned j = 0;
|
||||||
memcpy(header + j, mac_sec, md_size);
|
memcpy(header + j, mac_sec, md_size);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user