Correct two small documentation issues
[openssl.git] / test / poly1305_internal_test.c
index 106e10812d0b9d9722910c21c9e74d950268b2aa..359025de0b0807c6cc2966fe3bba7eec6c6d6de9 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright 2016-2017 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
+ * Licensed under the Apache License 2.0 (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
@@ -13,8 +13,7 @@
 #include <string.h>
 
 #include "testutil.h"
-#include "internal/poly1305.h"
-#include "../crypto/poly1305/poly1305_local.h"
+#include "crypto/poly1305.h"
 #include "internal/nelem.h"
 
 typedef struct {