[openssl-commits] [openssl] master update
yang.yang at baishancloud.com
yang.yang at baishancloud.com
Tue Oct 9 05:10:12 UTC 2018
The branch master has been updated
via 5c1bd555d3c81cbd46d5032e84c29d16bb4a8f06 (commit)
from 3d362f190306b62a17aa2fd475b2bc8b3faa8142 (commit)
- Log -----------------------------------------------------------------
commit 5c1bd555d3c81cbd46d5032e84c29d16bb4a8f06
Author: Paul Yang <yang.yang at baishancloud.com>
Date: Mon Oct 8 17:04:14 2018 +0800
Fix a nit of copyright date range
Should be 2018 instead of 20018.
Reviewed-by: Tim Hudson <tjh at openssl.org>
Reviewed-by: Richard Levitte <levitte at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7364)
-----------------------------------------------------------------------
Summary of changes:
crypto/poly1305/poly1305_ieee754.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/poly1305/poly1305_ieee754.c b/crypto/poly1305/poly1305_ieee754.c
index 995a02e..7cfd968 100644
--- a/crypto/poly1305/poly1305_ieee754.c
+++ b/crypto/poly1305/poly1305_ieee754.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2016-20018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
More information about the openssl-commits
mailing list