CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2015/09/28 19:07:56

Modified files:
        regress/lib/libcrypto/sha2: Makefile 

Log message:
Fix sha2 regression test for libcrypto.

By default, "openssl sha" used SHA-0.  However, it was possible to use
the form "openssl sha -sha256" to run SHA-256 instead.  The regression
test used this form.  Since we removed SHA-0 support, the regress tests
should now call "openssl <digest>".

ok guenther@, bcook@

Reply via email to