Reference the newer ChaCha20-Poly1305 RFC.

Just some errata applied, otherwise the same.
https://tools.ietf.org/rfcdiff?url2=rfc8439&url1=rfc7539

Change-Id: I0cf5d50eeca7840d0ab99c54e06f1008ac423211
Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/47264
Reviewed-by: Adam Langley <agl@google.com>
diff --git a/include/openssl/chacha.h b/include/openssl/chacha.h
index 684fc5b..cfbaa75 100644
--- a/include/openssl/chacha.h
+++ b/include/openssl/chacha.h
@@ -23,7 +23,7 @@
 
 // ChaCha20.
 //
-// ChaCha20 is a stream cipher. See https://tools.ietf.org/html/rfc7539.
+// ChaCha20 is a stream cipher. See https://tools.ietf.org/html/rfc8439.
 
 
 // CRYPTO_chacha_20 encrypts |in_len| bytes from |in| with the given key and