Subversion Repositories Tewi

Rev

Rev 95 | Rev 117 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 95 Rev 116
Line 1... Line 1...
1
/* $Id: main.c 95 2024-09-19 13:17:58Z nishi $ */
1
/* $Id: main.c 116 2024-09-21 08:40:13Z nishi $ */
2
 
2
 
3
#define SOURCE
3
#define SOURCE
4
 
4
 
5
#include "../config.h"
5
#include "../config.h"
6
 
6
 
7
#include <stdio.h>
7
#include <stdio.h>
8
#include <stdbool.h>
8
#include <stdbool.h>
9
#include <string.h>
9
#include <string.h>
10
#include <signal.h>
10
#include <signal.h>
-
 
11
#include <stdlib.h>
11
 
12
 
12
#ifndef NO_SSL
13
#ifndef NO_SSL
13
#include <openssl/opensslv.h>
14
#include <openssl/opensslv.h>
14
#endif
15
#endif
15
 
16