summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/curve448_tables.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2017-12-01 18:12:25 +0000
committerMatt Caswell <matt@openssl.org>2018-02-20 12:59:30 +0000
commit1308e022e1a62214b9e7f8ec92ca7045e70af3a2 (patch)
treead14d654bfbce482d4072a8cab1bf226bed5e054 /crypto/ec/curve448/curve448_tables.c
parent22bcc9cb7fbd1433924bd9738cb34f9dfbb35c91 (diff)
Update the imported curve448 code to use OpenSSL copyright headers
Some files talk about the MIT license. This code was contributed under CLA and was relicensed to the OpenSSL licence when imported. Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> (Merged from https://github.com/openssl/openssl/pull/5105)
Diffstat (limited to 'crypto/ec/curve448/curve448_tables.c')
-rw-r--r--crypto/ec/curve448/curve448_tables.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/crypto/ec/curve448/curve448_tables.c b/crypto/ec/curve448/curve448_tables.c
index 8785a04865..1cbe56f5e4 100644
--- a/crypto/ec/curve448/curve448_tables.c
+++ b/crypto/ec/curve448/curve448_tables.c
@@ -1,4 +1,14 @@
-/** @warning: this file was automatically generated. */
+/*
+ * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2015-2016 Cryptography Research, Inc.
+ *
+ * Licensed under the OpenSSL license (the "License"). You may not use
+ * this file except in compliance with the License. You can obtain a copy
+ * in the file LICENSE in the source distribution or at
+ * https://www.openssl.org/source/license.html
+ *
+ * Originally written by Mike Hamburg
+ */
#include "field.h"
#include "point_448.h"