[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.52 and 1.53

version 1.52, 2017/04/30 23:10:43 version 1.53, 2017/04/30 23:17:37
Line 35 
Line 35 
   
 .if (${OPENSSL:L} == "yes")  .if (${OPENSSL:L} == "yes")
 CFLAGS+=        -DWITH_OPENSSL  CFLAGS+=        -DWITH_OPENSSL
 .else  
 # SSH v.1 requires OpenSSL.  
 SSH1=           no  
 .endif  
   
 .if (${SSH1:L} == "yes")  
 CFLAGS+=        -DWITH_SSH1  
 .endif  .endif
   
 CFLAGS+=        -DENABLE_PKCS11  CFLAGS+=        -DENABLE_PKCS11

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53