mirror of
https://github.com/kakwa/uts-server
synced 2025-07-04 04:27:05 +02:00
clean load_config declaration
This commit is contained in:
parent
a8038f0c9e
commit
6066e93bb2
2 changed files with 1 additions and 28 deletions
|
@ -15,7 +15,6 @@
|
|||
#define ENV_OID_FILE "oid_file"
|
||||
|
||||
static ASN1_OBJECT *txt2obj(const char *oid);
|
||||
static CONF *load_config_file(const char *configfile);
|
||||
|
||||
/* Reply related functions. */
|
||||
static int reply_command(CONF *conf, char *section, char *engine, char *query,
|
||||
|
@ -32,6 +31,7 @@ static ASN1_INTEGER *serial_cb(TS_RESP_CTX *ctx, void *data);
|
|||
static ASN1_INTEGER *next_serial(const char *serialfile);
|
||||
static int save_ts_serial(const char *serialfile, ASN1_INTEGER *serial);
|
||||
|
||||
|
||||
#define B_FORMAT_TEXT 0x8000
|
||||
#define FORMAT_UNDEF 0
|
||||
#define FORMAT_TEXT (1 | B_FORMAT_TEXT) /* Generic text */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue