[BACK]Return to buffer.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/buffer.h between version 1.20 and 1.21

version 1.20, 2010/08/31 09:58:37 version 1.21, 2010/08/31 11:54:45
Line 86 
Line 86 
 void    *buffer_get_string_ptr_ret(Buffer *, u_int *);  void    *buffer_get_string_ptr_ret(Buffer *, u_int *);
 int     buffer_get_char_ret(char *, Buffer *);  int     buffer_get_char_ret(char *, Buffer *);
   
   #include <openssl/ec.h>
   
   int     buffer_put_ecpoint_ret(Buffer *, const EC_GROUP *, const EC_POINT *);
   void    buffer_put_ecpoint(Buffer *, const EC_GROUP *, const EC_POINT *);
   int     buffer_get_ecpoint_ret(Buffer *, const EC_GROUP *, EC_POINT *);
   void    buffer_get_ecpoint(Buffer *, const EC_GROUP *, EC_POINT *);
   
 #endif                          /* BUFFER_H */  #endif                          /* BUFFER_H */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21