From: Matt Caswell Date: Thu, 10 Dec 2015 16:58:50 +0000 (+0000) Subject: Fix OCB link X-Git-Tag: OpenSSL_1_1_0-pre2~267 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ee3b17fa0efc0505c157f537c976d188bfa25b3;p=openssl Fix OCB link The link to the OCB patent pdf changed, so the link in CHANGES needs to be updated. Reviewed-by: Rich Salz --- diff --git a/CHANGES b/CHANGES index b420393211..7a444266ff 100644 --- a/CHANGES +++ b/CHANGES @@ -234,7 +234,7 @@ *) Added support for OCB mode. OpenSSL has been granted a patent license compatible with the OpenSSL license for use of OCB. Details are available - at https://www.openssl.org/docs/misc/OCB-patent-grant-OpenSSL.pdf. Support + at https://www.openssl.org/source/OCB-patent-grant-OpenSSL.pdf. Support for OCB can be removed by calling config with no-ocb. [Matt Caswell]