]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - Configure
Make the no-err option work properly
[thirdparty/openssl.git] / Configure
index ba190776d65d64b588499e06c9fa0ba7341a7c14..78ad1d8a871c6185ed326fd0d897e8cb20bbf305 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -692,6 +692,11 @@ PROCESS_ARGS:
                        $flags .= "-DOPENSSL_NO_ASM ";
                        $openssl_other_defines .= "#define OPENSSL_NO_ASM\n";
                        }
+               elsif (/^no-err$/)
+                       {
+                       $flags .= "-DOPENSSL_NO_ERR ";
+                       $openssl_other_defines .= "#define OPENSSL_NO_ERR\n";
+                       }
                elsif (/^no-hw-(.+)$/)
                        {
                        my $hw=$1;