Fix location of curly brace and normalize white space
authorFabian Keil <fk@fabiankeil.de>
Tue, 25 Feb 2020 15:34:41 +0000 (16:34 +0100)
committerFabian Keil <fk@fabiankeil.de>
Wed, 26 Feb 2020 07:28:08 +0000 (08:28 +0100)
ssl.c

diff --git a/ssl.c b/ssl.c
index 3e07665..fb3e9ef 100644 (file)
--- a/ssl.c
+++ b/ssl.c
@@ -1664,7 +1664,8 @@ static unsigned int get_certificate_mutex_id(struct client_state *csp) {
  * Returns     :  Serial number for new certificate
  *
  *********************************************************************/
-static unsigned long  get_certificate_serial(struct client_state *csp) {
+static unsigned long get_certificate_serial(struct client_state *csp)
+{
    unsigned long exp    = 1;
    unsigned long serial = 0;