Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / demos / prime / prime.c
index 25873731d394238c5071accd6c6b7c9ade5a26ab..a1bf507b7c44f33d314b8df6f02012f8dc3c1659 100644 (file)
@@ -1,5 +1,5 @@
 /* demos/prime/prime.c */
-/* Copyright (C) 1995-1997 Eric Young (eay@cryptsoft.com)
+/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
  * All rights reserved.
  *
  * This package is an SSL implementation written
@@ -57,7 +57,7 @@
  */
 
 #include <stdio.h>
-#include "bn.h"    
+#include <openssl/bn.h>    
 
 void callback(type,num)
 int type,num;