[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.68 and 1.69

version 1.68, 2019/08/16 06:35:27 version 1.69, 2019/09/06 05:59:41
Line 107 
Line 107 
 SRCS_UTL+=      match.c  SRCS_UTL+=      match.c
   
 .if (${OPENSSL:L} == "yes")  .if (${OPENSSL:L} == "yes")
 SRCS_PKCS11+=   ssh-pkcs11.c  SRCS_PKCS11+=           ssh-pkcs11.c
   SRCS_PKCS11_CLIENT+=    ssh-pkcs11-client.c
   SRCS_MODULI+=           moduli.c
 .else  .else
 SRCS_PKCS11+=  SRCS_PKCS11+=
   SRCS_PKCS11_CLIENT+=
   SRCS_MODULI+=
 .endif  .endif
   
 WITH_XMSS?=     no  WITH_XMSS?=     no

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69