Remove /* foo.c */ comments
[oweals/openssl.git] / crypto / bio / bss_bio.c
index c9b8e7f1c64c1f182662f984e32d7bb92ef2f914..ff59780084a50cfb3a7be8e7d4cb15cf706b3148 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bio/bss_bio.c  -*- Mode: C; c-file-style: "eay" -*- */
 /* ====================================================================
  * Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.
  *
@@ -144,7 +143,7 @@ static int bio_new(BIO *bio)
 {
     struct bio_bio_st *b;
 
-    b = OPENSSL_malloc(sizeof *b);
+    b = OPENSSL_malloc(sizeof(*b));
     if (b == NULL)
         return 0;