X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbio%2Fbss_mem.c;h=40c4e39f025ef1afa056e63136b13d716dff2338;hp=9b4cf40acf847eefbaeeec4f26d7bc2149f87ab7;hb=78414a6a897db42c9bcf06aa21c705811ab33921;hpb=d02b48c63a58ea4367a0e905979f140b7d090f86 diff --git a/crypto/bio/bss_mem.c b/crypto/bio/bss_mem.c index 9b4cf40acf..40c4e39f02 100644 --- a/crypto/bio/bss_mem.c +++ b/crypto/bio/bss_mem.c @@ -1,5 +1,5 @@ /* crypto/bio/bss_mem.c */ -/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com) +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written @@ -81,7 +81,8 @@ static int mem_free(); static BIO_METHOD mem_method= { - BIO_TYPE_MEM,"memory buffer", + BIO_TYPE_MEM, + "memory buffer", mem_write, mem_read, mem_puts,