X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fconf%2Fconf.h;h=58fa191f9a7ffc5e2304f07bb408cfce50207a2d;hp=1446226a160f9f817a89b8f0a0467ca8db22fd96;hb=6d31193858f176c276fe5f27d36408977933c1d6;hpb=78414a6a897db42c9bcf06aa21c705811ab33921 diff --git a/crypto/conf/conf.h b/crypto/conf/conf.h index 1446226a16..58fa191f9a 100644 --- a/crypto/conf/conf.h +++ b/crypto/conf/conf.h @@ -63,8 +63,8 @@ extern "C" { #endif -#include "stack.h" -#include "lhash.h" +#include +#include typedef struct { @@ -94,6 +94,10 @@ void ERR_load_CONF_strings(); #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. */ @@ -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 - + #ifdef __cplusplus } #endif