components/openssl/openssl-1.0.1-fips-140/Makefile
changeset 4373 6d5db1ada4a5
parent 4370 7043c27399f1
child 4483 968b00fdc69d
equal deleted inserted replaced
4372:7ae763c1b123 4373:6d5db1ada4a5
   106 # MD2 is not enabled by default in OpensSSL but some software we have in
   106 # MD2 is not enabled by default in OpensSSL but some software we have in
   107 # Userland needs it. One example is nmap.
   107 # Userland needs it. One example is nmap.
   108 CONFIGURE_OPTIONS += enable-md2
   108 CONFIGURE_OPTIONS += enable-md2
   109 CONFIGURE_OPTIONS += no-seed
   109 CONFIGURE_OPTIONS += no-seed
   110 
   110 
       
   111 # Disable SSLv2 and SSLv3 protocols
       
   112 CONFIGURE_OPTIONS += no-ssl2
       
   113 CONFIGURE_OPTIONS += no-ssl3
       
   114 
   111 # We define our own compiler and linker option sets for Solaris. See Configure
   115 # We define our own compiler and linker option sets for Solaris. See Configure
   112 # for more information.
   116 # for more information.
   113 CONFIGURE_OPTIONS32_i386 =	solaris-x86-cc-sunw
   117 CONFIGURE_OPTIONS32_i386 =	solaris-x86-cc-sunw
   114 CONFIGURE_OPTIONS32_sparc =	solaris-fips-sparcv9-cc-sunw
   118 CONFIGURE_OPTIONS32_sparc =	solaris-fips-sparcv9-cc-sunw
   115 CONFIGURE_OPTIONS64_i386 =	solaris64-x86_64-cc-sunw
   119 CONFIGURE_OPTIONS64_i386 =	solaris64-x86_64-cc-sunw