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

Diff for /src/usr.bin/ssh/hash.c between version 1.4 and 1.5

version 1.4, 2017/12/14 21:07:39 version 1.5, 2018/01/13 00:24:09
Line 1 
Line 1 
 /* $OpenBSD$ */  /* $OpenBSD$ */
   /*
    * Public domain. Author: Christian Weisgerber <naddy@openbsd.org>
    * API compatible reimplementation of function from nacl
    */
   
 #include "crypto_api.h"  #include "crypto_api.h"
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5