Remove some inline assembler and non-standard constructs.
authorAndy Polyakov <appro@openssl.org>
Mon, 18 Jun 2018 10:50:53 +0000 (12:50 +0200)
committerAndy Polyakov <appro@openssl.org>
Thu, 21 Jun 2018 12:01:03 +0000 (14:01 +0200)
commit9be083ad36cd148bddaa11cee835e27b6f5e67df
tree0b63576d0a12b2d793109b242dcff5dec141efca
parenta766aab93a282774e63ba918d0bb1c6680a5f292
Remove some inline assembler and non-standard constructs.

The goal is to minimize maintenance burden by eliminating somewhat
obscure platform-specific tweaks that are not viewed as critical for
contemporary applications. This affects Camellia and digest
implementations that rely on md32_common.h, MD4, MD5, SHA1, SHA256.
SHA256 is the only one that can be viewed as critical, but given
the assembly coverage, the omission is considered appropriate.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6508)
crypto/camellia/camellia.c
crypto/include/internal/md32_common.h