Complete rewrite of the error code generation script. It now runs as a single
[openssl.git] / crypto / conf / conf.h
index 1446226a160f9f817a89b8f0a0467ca8db22fd96..58fa191f9a7ffc5e2304f07bb408cfce50207a2d 100644 (file)
@@ -63,8 +63,8 @@
 extern "C" {
 #endif
 
 extern "C" {
 #endif
 
-#include "stack.h"
-#include "lhash.h"
+#include <openssl/stack.h>
+#include <openssl/lhash.h>
 
 typedef struct
        {
 
 typedef struct
        {
@@ -94,6 +94,10 @@ void ERR_load_CONF_strings();
 #endif
 
 /* BEGIN ERROR CODES */
 #endif
 
 /* BEGIN ERROR CODES */
+/* The following lines are auto generated by the script mkerr.pl. Any changes
+ * made after this point may be overwritten when the script is next run.
+ */
+
 /* Error codes for the CONF functions. */
 
 /* Function codes. */
 /* Error codes for the CONF functions. */
 
 /* Function codes. */
@@ -106,7 +110,7 @@ void ERR_load_CONF_strings();
 #define CONF_R_NO_CLOSE_BRACE                           102
 #define CONF_R_UNABLE_TO_CREATE_NEW_SECTION             103
 #define CONF_R_VARIABLE_HAS_NO_VALUE                    104
 #define CONF_R_NO_CLOSE_BRACE                           102
 #define CONF_R_UNABLE_TO_CREATE_NEW_SECTION             103
 #define CONF_R_VARIABLE_HAS_NO_VALUE                    104
+
 #ifdef  __cplusplus
 }
 #endif
 #ifdef  __cplusplus
 }
 #endif