1diff -ubr popa3d-1.0.2-orig/Makefile popa3d-1.0.2/Makefile
2--- popa3d-1.0.2-orig/Makefile 2012-09-19 01:19:56.698098130 +0200
3+++ popa3d-1.0.2/Makefile 2012-09-19 01:23:00.309636423 +0200
4@@ -5,7 +5,7 @@
5 INSTALL = install -c
6 CFLAGS = -Wall -O2 -fomit-frame-pointer
7 # You may use OpenSSL's MD5 routines instead of the ones supplied here
8-#CFLAGS += -DHAVE_OPENSSL
9+CFLAGS += -DHAVE_OPENSSL
10 LDFLAGS = -s
11 LIBS =
12 # Linux with glibc, FreeBSD, NetBSD
13@@ -21,7 +21,7 @@
14 # libwrap may also want this
15 #LIBS += -lnsl
16 # OpenSSL (-DHAVE_OPENSSL)
17-#LIBS += -lcrypto
18+LIBS += -lcrypto
19
20 DESTDIR =
21 PREFIX = /usr/local