Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / rsa / rsa_oaep.c
index 44732460b3d7248aa2ecf8da35c56d1ddff159f4..1b70011226ebe2d290100f1cb3a14ea3a6631135 100644 (file)
@@ -6,10 +6,10 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "bn.h"
-#include "rsa.h"
-#include "sha.h"
-#include "rand.h"
+#include <openssl/bn.h>
+#include <openssl/rsa.h>
+#include <openssl/sha.h>
+#include <openssl/rand.h>
 
 int MGF1(unsigned char *mask, long len, unsigned char *seed, long seedlen);