From 097b1dc50f1ce112da5f54ff5210dbcbb9dd1881 Mon Sep 17 00:00:00 2001 From: Mike Gelfand Date: Wed, 7 Jan 2015 03:00:06 +0000 Subject: [PATCH] #4400: Actually use CyaSSL (or some other) backend in libtransmission --- libtransmission/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/Makefile.am b/libtransmission/Makefile.am index 16a7be58e..ae0b7c47b 100644 --- a/libtransmission/Makefile.am +++ b/libtransmission/Makefile.am @@ -31,7 +31,7 @@ libtransmission_a_SOURCES = \ crypto.c \ crypto-utils.c \ crypto-utils-fallback.c \ - crypto-utils-openssl.c \ + crypto-utils-@CRYPTO_PKG@.c \ error.c \ fdlimit.c \ file.c \