]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/buffer/buffer.h
Import of old SSLeay release: SSLeay 0.9.0b
[thirdparty/openssl.git] / crypto / buffer / buffer.h
index 87c9071e497b0f1d3d6b7daf95522ef2760aca10..417548c04a474789f71220be133b448962343146 100644 (file)
@@ -1,5 +1,5 @@
 /* crypto/buffer/buffer.h */
-/* 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
@@ -65,9 +65,9 @@ extern "C" {
 
 typedef struct buf_mem_st
        {
-       int length;
+       int length;     /* current number of bytes */
        char *data;
-       int max;
+       int max;        /* size of buffer */
        } BUF_MEM;
 
 #ifndef NOPROTO