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

Diff for /src/usr.bin/ssh/xmalloc.h between version 1.17 and 1.18

version 1.17, 2017/05/31 09:15:42 version 1.18, 2019/06/06 05:13:13
Line 16 
Line 16 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 void     ssh_malloc_init(void);  
 void    *xmalloc(size_t);  void    *xmalloc(size_t);
 void    *xcalloc(size_t, size_t);  void    *xcalloc(size_t, size_t);
 void    *xreallocarray(void *, size_t, size_t);  void    *xreallocarray(void *, size_t, size_t);

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18