Commit 6407ef7c authored by Andy Polyakov's avatar Andy Polyakov
Browse files

Configurations: engage s390x ChaCha20 and Poly1305 modules.



Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
parent 592eef5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -125,6 +125,8 @@
	sha1_asm_src    => "sha1-s390x.s sha256-s390x.s sha512-s390x.s",
	rc4_asm_src     => "rc4-s390x.s",
	modes_asm_src   => "ghash-s390x.s",
	chacha_asm_src  => "chacha-s390x.o",
	poly1305_asm_src=> "poly1305-s390x.o",
    },
    armv4_asm => {
	template	=> 1,