From: Alan T. DeKok Date: Thu, 22 Sep 2016 15:54:55 +0000 (-0400) Subject: typo in version string X-Git-Tag: release_3_0_12~38 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=92e57c6af2b08ef75ea5a070fc8db45fa681c324 typo in version string --- diff --git a/src/main/tls.c b/src/main/tls.c index 5648f88..bf1a359 100644 --- a/src/main/tls.c +++ b/src/main/tls.c @@ -87,7 +87,7 @@ static libssl_defect_t libssl_defects[] = }, { .low = 0x01000200f, /* 1.0.2 */ - .high = 0x01000108f, /* 1.0.2h */ + .high = 0x01000208f, /* 1.0.2h */ .id = "CVE-2016-6304", .name = "OCSP status request extension", .comment = "For more information see https://www.openssl.org/news/secadv/20160922.txt"