Following the license change, modify the boilerplates in crypto/bn/
[openssl.git] / crypto / bn / bn_srp.c
index a68a4ac49f9678c84736f83cb2a96534e87cfc1e..d722f59eb7d6a0cf2da065a71d35f773e472117b 100644 (file)
@@ -1,14 +1,14 @@
 /*
- * Copyright 2014-2016 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2014-2017 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
  */
 
 #include "bn_lcl.h"
-#include "e_os.h"
+#include "internal/nelem.h"
 
 #ifndef OPENSSL_NO_SRP