summaryrefslogtreecommitdiff
path: root/net/freeradius3/files/patch-src__main__tls.c
blob: 8532d933c5a542dd50b6a4bff5b9ee7145c8ba34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ./src/main/tls.c.orig	2014-08-04 08:03:48.000000000 -0400
+++ ./src/main/tls.c	2014-08-04 08:04:14.000000000 -0400
@@ -63,8 +63,8 @@
 static libssl_defect_t libssl_defects[] =
 {
 	{
-		.low		= 0x010001000,		/* 1.0.1  */
-		.high		= 0x01000106f,		/* 1.0.1f */
+		.low		= 0x090001000,		/* 9.0.1  */
+		.high		= 0x09000106f,		/* 9.0.1f */
 		.id		= "CVE-2014-0160",
 		.name		= "Heartbleed",
 		.comment	= "For more information see http://heartbleed.com"