Преглед изворни кода

Put the DH key gen back in

John C. Frickson пре 10 година
родитељ
комит
514b43318b
1 измењених фајлова са 2 додато и 4 уклоњено
  1. 2 4
      configure.ac

+ 2 - 4
configure.ac

@@ -1,7 +1,5 @@
 dnl Process this -*-m4-*- file with autoconf to produce a configure script.
 
-set +u
-
 dnl Disable caching
 define([AC_CACHE_LOAD],)
 define([AC_CACHE_SAVE],)
@@ -414,8 +412,8 @@ if test x$check_for_ssl = xyes; then
 				echo ""
 				echo "*** Generating DH Parameters for SSL/TLS ***"
 				# awk to strip off meta data at bottom of dhparam output
-#				$sslbin dhparam -C 2048 | awk '/^-----/ {exit} {print}' > include/dh.h
-				$sslbin dhparam -C 1024 | awk '/^-----/ {exit} {print}' > include/dh.h
+				$sslbin dhparam -C 2048 | awk '/^-----/ {exit} {print}' > include/dh.h
+#				$sslbin dhparam -C 1024 | awk '/^-----/ {exit} {print}' > include/dh.h
 			fi
 		fi
 	fi