Further comment amendments to preserve formatting prior to source reformat
[openssl.git] / crypto / bio / bf_null.c
index c1bf39a904f405e8d8e5341224fa7d91460f1a77..e179e6d0f5f155a0492514859d1129c7d994e251 100644 (file)
@@ -102,9 +102,11 @@ static int nullf_new(BIO *bi)
 static int nullf_free(BIO *a)
        {
        if (a == NULL) return(0);
-/*     a->ptr=NULL;
+       /*-
+       a->ptr=NULL;
        a->init=0;
-       a->flags=0;*/
+       a->flags=0;
+       */
        return(1);
        }