Complete rewrite of the error code generation script. It now runs as a single
[openssl.git] / crypto / conf / conf.c
index 532cc3ddbbc84c81ded2982cb723f278ad6bb984..f2387098e64da5d6d865a7259aac170083232daa 100644 (file)
 #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"