1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-03 07:53:13 +02:00

- Fixed compile warning in ssl.c.

This commit is contained in:
Bram Matthys
2003-02-15 18:16:57 +00:00
parent bf116f1f6c
commit 0c12e70d59
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1906,3 +1906,4 @@ seen. gmtime warning still there
- Allow coadmins to use /rehash -flags. Suggested by kyotou
- Added channel mode +M. Can't talk unless you are using a registered nick. Suggested by
CaliMonk
- Fixed compile warning in ssl.c.
+1
View File
@@ -25,6 +25,7 @@
#include "h.h"
#include "proto.h"
#include "sys.h"
#include <string.h>
#ifdef _WIN32
#include <windows.h>