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

Diff for /src/usr.bin/ssh/Makefile.inc between version 1.65 and 1.66

version 1.65, 2019/01/21 10:29:56 version 1.66, 2019/01/21 10:38:54
Line 54 
Line 54 
 .endif  .endif
 SRCS_KEX+=      kexc25519.c  SRCS_KEX+=      kexc25519.c
 SRCS_KEX+=      smult_curve25519_ref.c  SRCS_KEX+=      smult_curve25519_ref.c
   SRCS_KEX+=      kexgen.c
   SRCS_KEX+=      kexsntrup4591761x25519.c
   SRCS_KEX+=      sntrup4591761.c
   
 SRCS_KEY+=      sshkey.c  SRCS_KEY+=      sshkey.c
 SRCS_KEY+=      sshbuf-misc.c  SRCS_KEY+=      sshbuf-misc.c
Line 121 
Line 124 
 SRCS_KEY+=      xmss_hash_address.c  SRCS_KEY+=      xmss_hash_address.c
 SRCS_KEY+=      xmss_wots.c  SRCS_KEY+=      xmss_wots.c
 .endif  .endif
   
 SRCS_KEX+=      sntrup4591761.c  
 SRCS_KEX+=      kexsntrup4591761x25519.c  
 SRCS_KEXC+=     kexkemc.c  
 SRCS_KEXS+=     kexkems.c  
   
 .include <bsd.obj.mk>  .include <bsd.obj.mk>

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66