Make BIO_METHOD struct definitions consistent
[openssl.git] / crypto / bio / bss_fd.c
index 9c1826c06c1c82486efa21da9e93bae897b1ccd4..269a08baa942faa847cf66608aa0df01ff9d4360 100644 (file)
@@ -58,7 +58,8 @@ static int fd_free(BIO *data);
 int BIO_fd_should_retry(int s);
 
 static const BIO_METHOD methods_fdp = {
-    BIO_TYPE_FD, "file descriptor",
+    BIO_TYPE_FD,
+    "file descriptor",
     /* TODO: Convert to new style write function */
     bwrite_conv,
     fd_write,