* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <config.h>
static void
run_test (void)
{
- static struct
+ static struct
{
const char *data;
const char *expect;
for (idx=0; testtbl[idx].data; idx++)
{
- rmd160_hash_buffer (digest,
+ rmd160_hash_buffer (digest,
testtbl[idx].data, strlen(testtbl[idx].data));
if (memcmp (digest, testtbl[idx].expect, 20))
fail (idx);
{
(void)argc;
(void)argv;
-
+
run_test ();
return 0;
}
-