]> git.ipfire.org Git - thirdparty/openssl.git/commit
Fix compile errors on s390.
authorJuergen Christ <jchrist@linux.ibm.com>
Mon, 19 Apr 2021 13:04:13 +0000 (15:04 +0200)
committerTomas Mraz <tomas@openssl.org>
Tue, 20 Apr 2021 07:57:19 +0000 (09:57 +0200)
commitc39352e4e4952a9f4b2171134af0e015a4d40768
treeb472d03b5fb5863141b39546c03a4a954d6685eb
parent72f649e061bef86cbf41303fede1a61c9fe2c05b
Fix compile errors on s390.

Commit f6c95e46c03025b2694241e1ad785d8bd3ac083b added an "origin" field to
EVP_CIPHER and EVP_MD structures but did not update the s390 specific
implementations.  Update these to fix compile errors on s390.

Signed-off-by: Juergen Christ <jchrist@linux.ibm.com>
Reviewed-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14926)
crypto/evp/e_aes.c