Reorganize private crypto header files
[openssl.git] / crypto / evp / bio_ok.c
index 7f99f325482ce5031df741b78a58f3ffd5fb7f9d..f94882829b0fa6fa791879f7f8462e94b15bad62 100644 (file)
@@ -76,7 +76,7 @@
 #include "internal/bio.h"
 #include <openssl/evp.h>
 #include <openssl/rand.h>
-#include "internal/evp_int.h"
+#include "crypto/evp.h"
 
 static int ok_write(BIO *h, const char *buf, int num);
 static int ok_read(BIO *h, char *buf, int size);