]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/asn1/bio_asn1.c
Remove parentheses of return.
[thirdparty/openssl.git] / crypto / asn1 / bio_asn1.c
index e28ab27767ab23b1cbb6668b4635c3540b1ed8fd..a8cbb6a99df867cc82ec90d48adaff59fd3fe58e 100644 (file)
@@ -14,7 +14,7 @@
  */
 
 #include <string.h>
-#include <internal/bio.h>
+#include "internal/bio.h"
 #include <openssl/asn1.h>
 #include "internal/cryptlib.h"
 
@@ -95,7 +95,7 @@ static const BIO_METHOD methods_asn1 = {
 
 const BIO_METHOD *BIO_f_asn1(void)
 {
-    return (&methods_asn1);
+    return &methods_asn1;
 }
 
 static int asn1_bio_new(BIO *b)