The change https://github.com/openssl/openssl/commit/5384d1e4ebd58f31a06b2f5d1f6c4b28f63d72ed
introduced a typo in the last line of file crypto/camellia/build.info. The fix is: --- crypto/camellia/build.info 2016-03-16 19:18:09.000000000 +0100 +++ crypto/camellia/build.info 2016-04-19 19:39:11.449856000 +0200 @@ -8,4 +8,4 @@ GENERATE[cmll-x86_64.s]=asm/cmll-x86_64.pl $(PERLASM_SCHEME) GENERATE[cmllt4-sparcv9.S]=asm/cmllt4-sparcv9.pl $(PERLASM_SCHEME) INCLUDE[cmllt4-sparcv9.o]=.. -DEPEND[cmllt4-sparcv9.S]=../perlasm/sparcv9-modes.pl +DEPEND[cmllt4-sparcv9.S]=../perlasm/sparcv9_modes.pl The correct Perl script name contains an underscore. This was already reported on dev@ on 2016-04-19. I just wanted to make sure it doesn't get missed, therefore this RT. Regards, Rainer -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4520 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
