summaryrefslogtreecommitdiffstats
path: root/crypto/include
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2019-08-27 19:22:42 +1000
committerShane Lontis <shane.lontis@oracle.com>2019-09-01 14:06:48 +1000
commit2f9789f7e7e8f17da32e1cadbbc3c398f99f2d23 (patch)
tree02e98a74fef7ee76a6542824ed4a80c899be78e9 /crypto/include
parent5ffc33244cd4d66e47dfa66ce89cb38d0f3074cc (diff)
Fix platform specific issues with provider ciphers
s390_aes naming issues with ofb128 and cfb128 Solaris missing include for camellia. Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9702)
Diffstat (limited to 'crypto/include')
-rw-r--r--crypto/include/internal/ciphermode_platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/include/internal/ciphermode_platform.h b/crypto/include/internal/ciphermode_platform.h
index 5db2e23eb9..40d012a8d1 100644
--- a/crypto/include/internal/ciphermode_platform.h
+++ b/crypto/include/internal/ciphermode_platform.h
@@ -194,6 +194,7 @@ extern unsigned int OPENSSL_sparcv9cap_P[];
# ifndef OPENSSL_NO_CAMELLIA
# define SPARC_CMLL_CAPABLE (OPENSSL_sparcv9cap_P[1] & CFR_CAMELLIA)
+# include "openssl/camellia.h"
void cmll_t4_set_key(const unsigned char *key, int bits, CAMELLIA_KEY *ks);
void cmll_t4_encrypt(const unsigned char *in, unsigned char *out,