]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/evp/bio_b64.c
Make BIO_METHOD struct definitions consistent
[thirdparty/openssl.git] / crypto / evp / bio_b64.c
index 85fbeab187ab0df7a09d95e949d536c7902f2e41..87a0cce0f687f1d61d90316060dc16cb03aced57 100644 (file)
@@ -44,7 +44,8 @@ typedef struct b64_struct {
 } BIO_B64_CTX;
 
 static const BIO_METHOD methods_b64 = {
-    BIO_TYPE_BASE64, "base64 encoding",
+    BIO_TYPE_BASE64,
+    "base64 encoding",
     /* TODO: Convert to new style write function */
     bwrite_conv,
     b64_write,