Commit 71ecfaa5 authored by Nick Mathewson's avatar Nick Mathewson 🤹 Committed by Sebastian Hahn
Browse files

indent; add comment

This re-applies 40a87c4c which got
accidentally reverted in 75134c6c.
Thanks asn for spotting this.
parent ee8b4b4e
Loading
Loading
Loading
Loading
+8 −6
Original line number Diff line number Diff line
@@ -580,6 +580,8 @@ 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;