Description: Fix FTBFS from missing LIBS in libeap
Author: Michael Vogt <michael.vogt@ubuntu.com>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: Michael Vogt
Forwarded: no
Last-Update: 2013-07-09

Index: freeradius-2.1.12+dfsg/src/modules/rlm_eap/libeap/Makefile
===================================================================
--- freeradius-2.1.12+dfsg.orig/src/modules/rlm_eap/libeap/Makefile	2013-07-09 16:00:55.217043882 +0200
+++ freeradius-2.1.12+dfsg/src/modules/rlm_eap/libeap/Makefile	2013-07-09 16:03:24.285808131 +0200
@@ -20,6 +20,8 @@
 endif
 TARGET		= $(LIBPREFIX)freeradius-eap
 
+LIBS += -lssl -lcrypto
+
 # Define new rule for libtool objects
 %.lo: %.c
 	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $<
