diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-09 23:06:30 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2010-12-09 23:06:30 -0500 |
commit | 659a5bde39aaf66c564d74f26764d9cad14744da (patch) | |
tree | d0553460ad95e44373e01db45cc3cabcad8d2f4c /src/nukectl.c | |
parent | 4d123d9e3253a08166d0d1924b86d6b63336f0e9 (diff) | |
parent | 09996f0b3127f75644172de75547a4dae22cb4f7 (diff) | |
download | NetNuke2-659a5bde39aaf66c564d74f26764d9cad14744da.tar.gz |
Merge branch 'ncurses' of http://github.com/phenex/NetNuke into ncurses
Diffstat (limited to 'src/nukectl.c')
-rw-r--r-- | src/nukectl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nukectl.c b/src/nukectl.c index 2404a5b..3ee3bc5 100644 --- a/src/nukectl.c +++ b/src/nukectl.c @@ -25,6 +25,7 @@ #include <unistd.h> #include <pthread.h> #include <fcntl.h> +#include <openssl/ssl.h> #include "netnuke.h" FILE* randfp; |