[pan2: 165/268] forgot ssl again, damn amnesia
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2: 165/268] forgot ssl again, damn amnesia
- Date: Mon, 2 Jan 2012 15:51:52 +0000 (UTC)
commit d8bfcda36da8ea839cee0232a1033754c3419ade
Author: Heinrich MÃller <sphemuel stud informatik uni-erlangen de>
Date: Fri Oct 7 18:33:03 2011 +0200
forgot ssl again, damn amnesia
pan/gui/Makefile.am | 2 +-
pan/gui/pan.cc | 1 -
pan/tasks/Makefile.am | 4 +---
3 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/pan/gui/Makefile.am b/pan/gui/Makefile.am
index 4c22f1c..80901e5 100644
--- a/pan/gui/Makefile.am
+++ b/pan/gui/Makefile.am
@@ -93,7 +93,7 @@ WINRCOBJ =
endif
pan_SOURCES = gui.cc pan.cc $(WINRC)
-pan_LDADD = ./libpangui.a $(WINRCOBJ) ../data-impl/libpandata.a ../tasks/libtasks.a ../data/libdata.a ../usenet-utils/libusenetutils.a ../general/libgeneralutils.a ../../uulib/libuu.a @GTKSPELL_LIBS@ @GTK_LIBS@ @GMIME_LIBS@ @GLIB_LIBS@ -lssl -lcrypto
+pan_LDADD = ./libpangui.a $(WINRCOBJ) ../data-impl/libpandata.a ../tasks/libtasks.a ../data/libdata.a ../usenet-utils/libusenetutils.a ../general/libgeneralutils.a ../../uulib/libuu.a @GTKSPELL_LIBS@ @GTK_LIBS@ @GMIME_LIBS@ @GLIB_LIBS@
if HAVE_WIN32
pan_LDFLAGS = -mwindows
diff --git a/pan/gui/pan.cc b/pan/gui/pan.cc
index 73af3a0..23967fe 100644
--- a/pan/gui/pan.cc
+++ b/pan/gui/pan.cc
@@ -34,7 +34,6 @@ extern "C" {
#include <pan/general/file-util.h>
#include <pan/general/worker-pool.h>
#include <pan/tasks/socket-impl-gio.h>
-#include <pan/tasks/socket-impl-openssl.h>
#include <pan/tasks/task-groups.h>
#include <pan/tasks/task-xover.h>
#include <pan/tasks/nzb.h>
diff --git a/pan/tasks/Makefile.am b/pan/tasks/Makefile.am
index 32201a4..7339eb2 100644
--- a/pan/tasks/Makefile.am
+++ b/pan/tasks/Makefile.am
@@ -1,5 +1,5 @@
AM_CPPFLAGS = -I top_srcdir@ @GMIME_CFLAGS@ @GLIB_CFLAGS@
-AM_LDFLAGS = ../../uulib/libuu.a -lz -lssl -lcrypto
+AM_LDFLAGS = ../../uulib/libuu.a -lz
noinst_LIBRARIES = libtasks.a
@@ -17,7 +17,6 @@ libtasks_a_SOURCES = \
queue.cc \
upload-queue.cc \
socket.cc \
- socket-impl-openssl.cc \
socket-impl-gio.cc \
socket-impl-scripted.cc \
nntp-pool.cc
@@ -42,7 +41,6 @@ noinst_HEADERS = \
upload-queue.h \
socket.h \
socket-impl-gio.h \
- socket-impl-openssl.h \
socket-impl-scripted.h \
nntp-pool.h
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]