Change the command line options of mkerr.pl so -static is now default and
[oweals/openssl.git] / crypto / bn / bntest.c
index ab93138de8de62c201eaf25221e4ff5c7a92cf98..fb9d2a99f83cf5de5bf87f0447470855d088cabe 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "e_os.h"
-#include "bio.h"
-#include "bn.h"
-#include "rand.h"
-#include "x509.h"
-#include "err.h"
+#include <openssl/e_os.h>
+#include <openssl/bio.h>
+#include <openssl/bn.h>
+#include <openssl/rand.h>
+#include <openssl/x509.h>
+#include <openssl/err.h>
 
 #ifdef WINDOWS
 #include "../bio/bss_file.c"