diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-30 17:43:19 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-05-30 17:43:19 +0000 |
commit | 8d091754881acab3bc3c795e92ceecd750e93e70 (patch) | |
tree | ffc6e6a37917d6b58e6bad74e2e04722f7bf6118 | |
parent | 7eb0c33d6137e14dbfb168dc602cbda7fb1ac642 (diff) | |
download | vdr-plugin-live-8d091754881acab3bc3c795e92ceecd750e93e70.tar.gz vdr-plugin-live-8d091754881acab3bc3c795e92ceecd750e93e70.tar.bz2 |
- removed ssl-includes
-rw-r--r-- | recordings.cpp | 1 | ||||
-rw-r--r-- | tools.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/recordings.cpp b/recordings.cpp index 67b3724..a703f3c 100644 --- a/recordings.cpp +++ b/recordings.cpp @@ -1,6 +1,5 @@ #include <unistd.h> #include <cstring> -#include <openssl/md5.h> #include <string> #include <sstream> #include <fstream> @@ -5,7 +5,6 @@ #include <tnt/htmlescostream.h> #include <tnt/httprequest.h> #include <tnt/httpreply.h> -#include <openssl/md5.h> #include "exception.h" #include "live.h" #include "setup.h" |