Various changes to make this stuff compile under Win32 and VC++ with and
[openssl.git] / crypto / rsa / rsa_oaep_test.c
index 2e4384584d630e8cf94e0b2cc936075825cfb64e..681b5a7380235b6a83071c1699a52b378dc78d20 100644 (file)
@@ -1,7 +1,8 @@
 /* test vectors from p1ovect1.txt */
 
 #include <stdio.h>
-#include <rsa.h>
+#include "e_os.h"
+#include "rsa.h"
 
 #define SetKey \
   key->n = BN_bin2bn(n, sizeof(n)-1, key->n); \