[openssl-commits] [openssl] OpenSSL_1_1_1-stable update
yang.yang at baishancloud.com
yang.yang at baishancloud.com
Wed Oct 10 01:51:58 UTC 2018
The branch OpenSSL_1_1_1-stable has been updated
via 8848b14fda7eded1c5a88f9f84eb13dcf69c3960 (commit)
from a7ee1ef61b1893038008691a4a6979cf2da91439 (commit)
- Log -----------------------------------------------------------------
commit 8848b14fda7eded1c5a88f9f84eb13dcf69c3960
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