diff -urN freeradius-2.0.3/debian/control freeradius-2.0.3-openssl/debian/control
--- freeradius-2.0.3/debian/control	2008-05-04 14:57:44.000000000 +0200
+++ freeradius-2.0.3-openssl/debian/control	2008-05-04 14:56:56.000000000 +0200
@@ -1,5 +1,5 @@
 Source: freeradius
-Build-Depends: autotools-dev, debhelper (>= 6.0.7), libgdbm-dev, libiodbc2-dev, libkrb5-dev, libldap2-dev, libltdl3-dev, libmysqlclient15-dev | libmysqlclient-dev, libpam0g-dev, libpcap-dev, libperl-dev, libpq-dev, libsasl2-dev, libsnmp-dev, libtool, python-dev
+Build-Depends: autotools-dev, debhelper (>= 6.0.7), libgdbm-dev, libiodbc2-dev, libkrb5-dev, libldap2-dev, libltdl3-dev, libmysqlclient15-dev | libmysqlclient-dev, libpam0g-dev, libpcap0.8-dev, libperl-dev, libpq-dev, libsasl2-dev, libsnmp-dev, libtool, python-dev, libssl-dev
 Section: net
 Priority: optional
 Maintainer: Stephen Gran <sgran@debian.org>
diff -urN freeradius-2.0.3/debian/rules freeradius-2.0.3-openssl/debian/rules
--- freeradius-2.0.3/debian/rules	2008-05-04 14:57:44.000000000 +0200
+++ freeradius-2.0.3-openssl/debian/rules	2008-05-04 14:57:26.000000000 +0200
@@ -80,13 +80,13 @@
 		--with-large-files --with-udpfromto --with-edir \
 		--enable-developer \
 		--config-cache \
-		--without-rlm_eap_tls \
-		--without-rlm_eap_ttls \
-		--without-rlm_eap_peap \
-		--without-rlm_otp \
+		--with-rlm_eap_tls \
+		--with-rlm_eap_ttls \
+		--with-rlm_eap_peap \
+		--with-rlm_otp \
 		--with-rlm_sql_postgresql_lib_dir=`pg_config --libdir` \
 		--with-rlm_sql_postgresql_include_dir=`pg_config --includedir` \
-		--without-openssl \
+		--with-openssl \
 		--without-rlm_eap_ikev2 \
 		--without-rlm_sql_oracle \
 		--without-rlm_sql_unixodbc \
@@ -174,12 +174,6 @@
 	dh_strip -a --dbg-package=freeradius-dbg
 
 	dh_makeshlibs -a -n
-	for pkg in ${pkgs} ; do \
-	  if dh_shlibdeps -p $$pkg -- -O 2>/dev/null | grep -q libssl; then \
-	    echo "$$pkg links to openssl" ;\
-	    exit 1 ;\
-	  fi ;\
-	done
 	dh_shlibdeps
 
 binary-common:
