@@ -369,11 +369,14 @@ * *------------------------------------------------------* */ Tcl_Obj* -Tls_NewX509Obj(Tcl_Interp *interp, X509 *cert) { +Tls_NewX509Obj( + Tcl_Interp *interp, + X509 *cert) +{ Tcl_Obj *certPtr = Tcl_NewListObj(0, NULL); BIO *bio = BIO_new(BIO_s_mem()); int mdnid, pknid, bits, len; unsigned int ulen; uint32_t xflags;