From 1a4a9cea95d2e3d314ae6deebef26a1c34914601 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 28 Jan 2010 19:28:06 +0000 Subject: openssl: make engines support dynamically configurable (based on a patch by puchu) SVN-Revision: 19371 --- package/openssl/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package/openssl/Config.in (limited to 'package/openssl/Config.in') diff --git a/package/openssl/Config.in b/package/openssl/Config.in new file mode 100644 index 0000000000..96cba4916d --- /dev/null +++ b/package/openssl/Config.in @@ -0,0 +1,9 @@ +# OpenSSL configuration + +if PACKAGE_libopenssl + +config OPENSSL_ENGINE + bool + prompt "Crypto acceleration support" + +endif -- cgit v1.2.3