Revert "indent; add comment"

This reverts commit 40a87c4c08.
This commit is contained in:
Nick Mathewson 2011-12-06 19:49:20 -05:00
parent 135a5102a3
commit 75134c6c86

View File

@ -585,8 +585,6 @@ tor_tls_create_certificate(crypto_pk_env_t *rsa,
const char *cname_sign,
unsigned int cert_lifetime)
{
/* OpenSSL generates self-signed certificates with random 64-bit serial
* numbers, so let's do that too. */
#define SERIAL_NUMBER_SIZE 8
time_t start_time, end_time;