Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / rsaref / rsaref.c
index c72b5fc19b17e5f1b410d187338d243009e16c35..99839d21e04f39134a865ea10ff7da5eb67a078c 100644 (file)
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "rsa.h"
-#include "rsaref.h"
-#include "rand.h"
+#include <openssl/bn.h>
+#include <openssl/rsa.h>
+#include <openssl/rsaref.h>
+#include <openssl/rand.h>
 
 /* 
  * RSAREFerr(RSAREF_F_RSA_REF_BN2BIN,RSAREF_R_CONTENT_ENCODING);