components/openssh/Makefile
changeset 6543 b5c03b086e6d
parent 6190 bc07023da9b7
child 6930 31ef2580c45d
equal deleted inserted replaced
6542:8af6b6d966a0 6543:b5c03b086e6d
    64 CFLAGS += -DPAM_BUGFIX
    64 CFLAGS += -DPAM_BUGFIX
    65 CFLAGS += -DOPTION_DEFAULT_VALUE
    65 CFLAGS += -DOPTION_DEFAULT_VALUE
    66 CFLAGS += -DPER_SESSION_XAUTHFILE
    66 CFLAGS += -DPER_SESSION_XAUTHFILE
    67 CFLAGS += -DWITHOUT_CAST128
    67 CFLAGS += -DWITHOUT_CAST128
    68 CFLAGS += -DENABLE_OPENSSL_FIPS
    68 CFLAGS += -DENABLE_OPENSSL_FIPS
       
    69 CFLAGS += -DWITHOUT_ARCFOUR
       
    70 CFLAGS += -DWITHOUT_HMAC_MD5
    69 
    71 
    70 # We need to disable lazyloading of dynamic dependent libraries. During the
    72 # We need to disable lazyloading of dynamic dependent libraries. During the
    71 # pre-authentication phase, sshd will chroot to /var/empty which doesn't
    73 # pre-authentication phase, sshd will chroot to /var/empty which doesn't
    72 # contain any files. If we use lazyloading, sshd will fail to find any
    74 # contain any files. If we use lazyloading, sshd will fail to find any
    73 # libraries that it needs.
    75 # libraries that it needs.