openssl: always build with GOST engine support
[openwrt/staging/dedeckeh.git] / package / libs / openssl / Config.in
index d1281ec6fa09b5f6fd3de5f7c7758668ebc6286d..bc2f0584b634da35c735a4b36c480d34486ba4c9 100644 (file)
@@ -293,15 +293,4 @@ config OPENSSL_WITH_ASYNC
                initiate crypto operations asynchronously. In order to work
                this will require the presence of an async capable engine.
 
-config OPENSSL_WITH_GOST
-       bool
-       prompt "Prepare library for GOST engine"
-       depends on OPENSSL_ENGINE
-       help
-               This option prepares the library to accept engine support
-               for Russian GOST crypto algorithms.
-               The gost engine is not included in standard openwrt feeds.
-               To build such engine yourself, see:
-               https://github.com/gost-engine/engine
-
 endif