summaryrefslogtreecommitdiffstats
path: root/crypto/mem.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/mem.c')
-rw-r--r--crypto/mem.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/mem.c b/crypto/mem.c
index 83085fea07..d9d1c7a252 100644
--- a/crypto/mem.c
+++ b/crypto/mem.c
@@ -58,9 +58,9 @@
#include <stdio.h>
#include <stdlib.h>
-#include "buffer.h"
-#include "bio.h"
-#include "lhash.h"
+#include <openssl/buffer.h>
+#include <openssl/bio.h>
+#include <openssl/lhash.h>
#include "cryptlib.h"
#ifdef CRYPTO_MDEBUG