Move algorithm specific ppccap code from crypto/ppccap.c
authorRichard Levitte <levitte@openssl.org>
Tue, 8 Nov 2016 22:55:51 +0000 (23:55 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 9 Nov 2016 01:40:36 +0000 (02:40 +0100)
commite3fb4d3d52e188b83ccb8506aa2f16cb686f4d6c
treef093a2ba5c1b541978ffff92e4af061c093038b7
parent12ccb021be9e1c4c947e020ea2079e985b329a8a
Move algorithm specific ppccap code from crypto/ppccap.c

Having that code in one central object file turned out to cause
trouble when building test/modes_internal_test.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1883)
Configurations/00-base-templates.conf
crypto/bn/bn_ppccap.c [new file with mode: 0644]
crypto/chacha/chacha_ppccap.c [new file with mode: 0644]
crypto/ec/ec_ppccap.c [new file with mode: 0644]
crypto/poly1305/poly1305_ppccap.c [new file with mode: 0644]
crypto/ppccap.c
crypto/sha/sha_ppccap.c [new file with mode: 0644]