summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-05-30 17:43:19 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-05-30 17:43:19 +0000
commit8d091754881acab3bc3c795e92ceecd750e93e70 (patch)
treeffc6e6a37917d6b58e6bad74e2e04722f7bf6118
parent7eb0c33d6137e14dbfb168dc602cbda7fb1ac642 (diff)
downloadvdr-plugin-live-8d091754881acab3bc3c795e92ceecd750e93e70.tar.gz
vdr-plugin-live-8d091754881acab3bc3c795e92ceecd750e93e70.tar.bz2
- removed ssl-includes
-rw-r--r--recordings.cpp1
-rw-r--r--tools.cpp1
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>
diff --git a/tools.cpp b/tools.cpp
index 38f8e98..f6f5f5b 100644
--- a/tools.cpp
+++ b/tools.cpp
@@ -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"