typo in version string
authorAlan T. DeKok <aland@freeradius.org>
Thu, 22 Sep 2016 15:54:55 +0000 (11:54 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 22 Sep 2016 15:54:55 +0000 (11:54 -0400)
src/main/tls.c

index 5648f88..bf1a359 100644 (file)
@@ -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"