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

Diff for /src/usr.bin/ssh/hmac.c between version 1.5 and 1.6

version 1.5, 2000/12/19 23:17:56 version 1.6, 2001/01/21 19:05:49
Line 26 
Line 26 
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "ssh.h"  
 #include "getput.h"  #include "getput.h"
   #include "log.h"
   
 #include <openssl/hmac.h>  #include <openssl/hmac.h>
   

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