Commit 1ee3b17f authored by Matt Caswell's avatar Matt Caswell
Browse files

Fix OCB link



The link to the OCB patent pdf changed, so the link in CHANGES needs to be
updated.

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent ba67253d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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]