Make BIO_METHOD struct definitions consistent
[openssl.git] / crypto / bio / bss_log.c
index b5b9363c383d424b4c144a68da69319247855075..040fbcd2bbdada77992c5ec86ff46dc99acc3542 100644 (file)
@@ -85,7 +85,8 @@ static void xsyslog(BIO *bp, int priority, const char *string);
 static void xcloselog(BIO *bp);
 
 static const BIO_METHOD methods_slg = {
-    BIO_TYPE_MEM, "syslog",
+    BIO_TYPE_MEM,
+    "syslog",
     /* TODO: Convert to new style write function */
     bwrite_conv,
     slg_write,