diff options
author | Dirk Engling <erdgeist@erdgeist.org> | 2014-11-15 23:42:03 +0100 |
---|---|---|
committer | Dirk Engling <erdgeist@erdgeist.org> | 2014-11-15 23:42:03 +0100 |
commit | 279772cb4f3894f087b9e0389c6742c6ebb48062 (patch) | |
tree | 0b40a55a6d371e29ae11d14a6c87d783c9d40bb6 | |
parent | d2b1eba3f179c1c176bc52e9c539c43845a453c1 (diff) |
openssl include unnecessary here
-rwxr-xr-x | vchat-ui.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 | ||