aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nrpe/files/patch-configure
blob: ed8ebc215191c914afc9348ecbab80abfca14163 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	2013-09-06 15:27:13 UTC
+++ configure
@@ -6745,7 +6745,7 @@ _ACEOF
 				sslbin=$ssldir/bin/openssl
 			fi
 			# awk to strip off meta data at bottom of dhparam output
-			$sslbin dhparam -C 512 | awk '/^-----/ {exit} {print}' > include/dh.h
+			$sslbin dhparam -C 2048 | awk '/^-----/ {exit} {print}' > include/dh.h
 		fi
 	fi