Skip to content

Commit bfd1d91

Browse files
Cleanup ssl_cleanup() proto
Found by: michaelortmann Patch by: michaelortmann
1 parent 9469cd2 commit bfd1d91

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/main.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ unsigned long itraffic_unknown_today = 0;
158158
extern char last_bind_called[];
159159
#endif
160160

161-
#ifdef TLS
162-
int ssl_cleanup();
163-
#endif
164-
165161
void fatal(const char *s, int recoverable)
166162
{
167163
int i;

src/proto.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ int readtclprog(char *fname);
310310
/* tls.c */
311311
#ifdef TLS
312312
void verify_cert_expiry(int);
313+
void ssl_cleanup();
313314
int ssl_handshake(int, int, int, int, char *, IntFunc);
314315
char *ssl_fpconv(char *in, char *out);
315316
const char *ssl_getuid(int sock);

0 commit comments

Comments
 (0)