Fix check of cpuid_asm_src config attribute
authorRichard Levitte <levitte@openssl.org>
Fri, 9 Feb 2018 08:03:05 +0000 (09:03 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 9 Feb 2018 09:06:29 +0000 (10:06 +0100)
commitfd87700995a65d54e78630f1f8f960e258a7977a
tree8d2b654df84498312e14ccd845d6922fb112da1d
parenta6da6b73ca480cfa6fe8d0a882f4ff549d46fcff
Fix check of cpuid_asm_src config attribute

The contents of that attribute is C file names, not object file names.
This went undetected because quite a lot of systems have assembler
implementations anyway, so setting OPENSSL_CPUID_OBJ was correct for
them.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5291)
Configure