[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.75 and 1.76

version 1.75, 2019/11/12 19:29:24 version 1.76, 2019/11/14 21:27:29
Line 17 
Line 17 
 CDIAGFLAGS+=    -Wstrict-prototypes  CDIAGFLAGS+=    -Wstrict-prototypes
 CDIAGFLAGS+=    -Wunused  CDIAGFLAGS+=    -Wunused
 CDIAGFLAGS+=    -Wno-unused-parameter # Lots of these in protocol handlers.  CDIAGFLAGS+=    -Wno-unused-parameter # Lots of these in protocol handlers.
   CDIAGFLAGS+=    -Widiomatic-parentheses -Wparentheses
   CDIAGFLAGS+=    -Wimplicit-fallthrough
 .if ${COMPILER_VERSION:L} != "gcc3"  .if ${COMPILER_VERSION:L} != "gcc3"
 CDIAGFLAGS+=    -Wstrict-aliasing=2  CDIAGFLAGS+=    -Wstrict-aliasing=2
 CDIAGFLAGS+=    -Wold-style-definition  CDIAGFLAGS+=    -Wold-style-definition
 .endif  .endif
   
 #CDIAGFLAGS+=   -Werror  CDIAGFLAGS+=    -Werror
 #DEBUG=-g  CDIAGFLAGS+=    -fno-common
 #INSTALL_STRIP=  DEBUG=-g
   INSTALL_STRIP=
   
 WARNINGS=yes  WARNINGS=yes
   
Line 74 
Line 77 
 SRCS_KEY+=      sshbuf-getput-crypto.c  SRCS_KEY+=      sshbuf-getput-crypto.c
 SRCS_KEY+=      digest-openssl.c  SRCS_KEY+=      digest-openssl.c
 SRCS_KEY+=      ssh-sk.c  SRCS_KEY+=      ssh-sk.c
   SRCS_KEY+=      sk-usbhid.c
 .else  .else
 SRCS_KEY+=      cipher-aesctr.c  SRCS_KEY+=      cipher-aesctr.c
 SRCS_KEY+=      rijndael.c  SRCS_KEY+=      rijndael.c

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76