Use build.info, not ifdef for crypto modules
[openssl.git] / crypto / bn / bn_recp.c
index 9ab767f42fe9ff869f60c209d2eeadde5522820e..2cfe3156b9a280c3290f672dffb0c4a4647508a7 100644 (file)
@@ -1,14 +1,14 @@
 /*
  * Copyright 1995-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
  */
 
 #include "internal/cryptlib.h"
-#include "bn_lcl.h"
+#include "bn_local.h"
 
 void BN_RECP_CTX_init(BN_RECP_CTX *recp)
 {