engines/e_devcrypto.c: fix cipher_ctrl function
[openssl.git] / test / test_test.c
index c45bf8d8f151c312accc82fd3519b1fb6fabc6e9..3741e17122aa6ae8cd67a7cb2517714966ff27f7 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright 2017 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2017-2018 The OpenSSL Project Authors. All Rights Reserved.
  * Copyright (c) 2017, Oracle and/or its affiliates.  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
@@ -531,7 +531,6 @@ static int test_bn_output(int n)
     return 1;
 }
 
-
 int setup_tests(void)
 {
     ADD_TEST(test_int);