components/openssl/openssl-default/Makefile
changeset 4909 37c8a5df8c41
parent 4822 1fb8a14c6702
child 5125 34cc580c62c2
equal deleted inserted replaced
4908:8eb64ba1b2ad 4909:37c8a5df8c41
   107 CONFIGURE_OPTIONS += enable-md2
   107 CONFIGURE_OPTIONS += enable-md2
   108 CONFIGURE_OPTIONS += no-seed
   108 CONFIGURE_OPTIONS += no-seed
   109 
   109 
   110 # Disable SSLv2 and SSLv3 protocols
   110 # Disable SSLv2 and SSLv3 protocols
   111 CONFIGURE_OPTIONS += no-ssl2
   111 CONFIGURE_OPTIONS += no-ssl2
   112 CONFIGURE_OPTIONS += no-ssl3
   112 CONFIGURE_OPTIONS += no-ssl3 no-ssl3-method
   113 
   113 
   114 # We use both no-whirlpool and no-whrlpool since there is an inconsistency in
   114 # We use both no-whirlpool and no-whrlpool since there is an inconsistency in
   115 # the OpenSSL code and one needs both to build OpenSSL successfully with
   115 # the OpenSSL code and one needs both to build OpenSSL successfully with
   116 # Whirlpool implementation removed.
   116 # Whirlpool implementation removed.
   117 CONFIGURE_OPTIONS += no-whirlpool
   117 CONFIGURE_OPTIONS += no-whirlpool