Update copyright; generated files.
[openssl.git] / crypto / bn / bn_mod.c
index e4763ff2c647b724bdc843b795b7a1f4ab26b57e..99789b944ad2e620ee7df6ff1af0f5c5461c8b4f 100644 (file)
@@ -1,4 +1,3 @@
-/* crypto/bn/bn_mod.c */
 /*
  * Includes code written by Lenka Fibikova <fibikova@exp-math.uni-essen.de>
  * for the OpenSSL project.
  * [including the GNU Public Licence.]
  */
 
-#include "cryptlib.h"
+#include "internal/cryptlib.h"
 #include "bn_lcl.h"
 
 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)