diff options
author | erdgeist <> | 2007-06-27 21:59:32 +0000 |
---|---|---|
committer | erdgeist <> | 2007-06-27 21:59:32 +0000 |
commit | 3c11bea99886b006ca499e1be6a3a17d225cedc7 (patch) | |
tree | 687a3e0e762669af85c5858420856b49686795cd /vchat-ui.c | |
parent | d4861ca31f0406f5c49023bc2c3bc4cfa54e3693 (diff) |
Introducing new ssl code
Diffstat (limited to 'vchat-ui.c')
-rwxr-xr-x | vchat-ui.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -24,6 +24,7 @@ | |||
24 | #include <termios.h> | 24 | #include <termios.h> |
25 | #include <sys/ioctl.h> | 25 | #include <sys/ioctl.h> |
26 | #include <time.h> | 26 | #include <time.h> |
27 | #include <string.h> | ||
27 | #include <readline/readline.h> | 28 | #include <readline/readline.h> |
28 | #include <readline/history.h> | 29 | #include <readline/history.h> |
29 | #include <openssl/pem.h> | 30 | #include <openssl/pem.h> |
@@ -35,7 +36,7 @@ char *vchat_ui_version = "$Id$"; | |||
35 | 36 | ||
36 | /* externally used variables */ | 37 | /* externally used variables */ |
37 | /* current string in topic window */ | 38 | /* current string in topic window */ |
38 | char topicstr[TOPICSTRSIZE] = "[] VChat 0.16"; | 39 | char topicstr[TOPICSTRSIZE] = "[] VChat 0.17"; |
39 | /* current string in console window */ | 40 | /* current string in console window */ |
40 | char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; | 41 | char consolestr[CONSOLESTRSIZE] = "[ Get help: .h for server /h for client commands"; |
41 | 42 | ||