Copyright consolidation 06/10
[openssl.git] / crypto / bn / rsaz_exp.c
index 7fb70e4afdacc575122f2c70a759ef2809499e47..3398cce9ab450f2a7663161367c3acce1d60af3f 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * Copyright 2013-2016 The OpenSSL Project Authors. All Rights Reserved.
+ *
+ * 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
+ */
+
 /*****************************************************************************
 *                                                                            *
 *  Copyright (c) 2012, Intel Corporation                                     *
@@ -40,6 +49,7 @@
 * (2) University of Haifa, Israel                                            *
 *****************************************************************************/
 
+#include <openssl/opensslconf.h>
 #include "rsaz_exp.h"
 
 #ifndef RSAZ_ENABLED