summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk Engling <erdgeist@erdgeist.org>2014-11-15 23:42:03 +0100
committerDirk Engling <erdgeist@erdgeist.org>2014-11-15 23:42:03 +0100
commit279772cb4f3894f087b9e0389c6742c6ebb48062 (patch)
tree0b40a55a6d371e29ae11d14a6c87d783c9d40bb6
parentd2b1eba3f179c1c176bc52e9c539c43845a453c1 (diff)
openssl include unnecessary here
-rwxr-xr-xvchat-ui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vchat-ui.c b/vchat-ui.c
index ba162a5..82a6840 100755
--- a/vchat-ui.c
+++ b/vchat-ui.c
@@ -28,7 +28,6 @@
28#include <string.h> 28#include <string.h>
29#include <readline/readline.h> 29#include <readline/readline.h>
30#include <readline/history.h> 30#include <readline/history.h>
31#include <openssl/pem.h>
32#include <regex.h> 31#include <regex.h>
33#include <wchar.h> 32#include <wchar.h>
34 33