Index: PCbuild/build_ssl.py =================================================================== --- PCbuild/build_ssl.py (revision 70385) +++ PCbuild/build_ssl.py (working copy) @@ -188,8 +188,8 @@ perl = find_working_perl(perls) if perl is None: print("No Perl installation was found. Existing Makefiles are used.") - - print("Found a working perl at '%s'" % (perl,)) + else: + print("Found a working perl at '%s'" % (perl,)) sys.stdout.flush() # Look for SSL 2 levels up from pcbuild - ie, same place zlib etc all live. ssl_dir = find_best_ssl_dir(("..\\..",)) @@ -217,7 +217,7 @@ os.environ["PATH"] = os.path.dirname(perl) + \ os.pathsep + \ os.environ["PATH"] - run_configure(configure, do_script) + run_configure(configure + " no-idea no-rc5 no-mdc2", do_script) if debug: print("OpenSSL debug builds aren't supported.") #if arch=="x86" and debug: