[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#68373: 29.1; Bug in MH-E's support for using openssl to generate the
From: |
Mike Kupfer |
Subject: |
bug#68373: 29.1; Bug in MH-E's support for using openssl to generate the checksum |
Date: |
Sun, 14 Jan 2024 14:38:40 -0800 |
MH-E will look for md5sum, openssl, and md5, in that order. The first
one that it finds will be used. So with just openssl and md5 installed,
MH-E will use openssl.
Given that we are working with MacOS 10, I wonder if there is some
incompatibility between MH-E and the openssl that is installed. This
could be in the command-line syntax or in the format of the output.
Marc, could you find a text file, run the following 2 commands, and then
reply with the output from the commands?
openssl version
openssl md5 <path_to_text_file>
thanks,
mike