]> granicus.if.org Git - openssl/commit
Fall back to c_rehash if 'openssl rehash' fails
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 11:18:30 +0000 (12:18 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Jan 2016 11:18:30 +0000 (12:18 +0100)
commit67949615d25ead969c12e0f39370fef866df1704
tree06f6599d345441681e6f2563587ddc67f2de6522
parent2c52ac9bfefa813bfef864ff35e3d2afb8dbdae9
Fall back to c_rehash if 'openssl rehash' fails

'openssl rehash' isn't implemented on all platforms, and since 'make
test' depends on a rehash of certs/demo being performed, it becomes an
effective block from running tests on any platform but Unix, for the
moment.

It's better to fall back to c_rehash and let the tests perform
everywhere.

Reviewed-by: Matt Caswell <matt@openssl.org>
Makefile.in