aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/conf/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/conf/conf.c')
-rw-r--r--crypto/conf/conf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/conf/conf.c b/crypto/conf/conf.c
index 532cc3ddbb..f2387098e6 100644
--- a/crypto/conf/conf.c
+++ b/crypto/conf/conf.c
@@ -59,11 +59,11 @@
#include <stdio.h>
#include <errno.h>
#include "cryptlib.h"
-#include "stack.h"
-#include "lhash.h"
-#include "conf.h"
-#include "buffer.h"
-#include "err.h"
+#include <openssl/stack.h>
+#include <openssl/lhash.h>
+#include <openssl/conf.h>
+#include <openssl/buffer.h>
+#include <openssl/err.h>
#include "conf_lcl.h"