Fix platform specific issues with provider ciphers
[openssl.git] / crypto / include / internal / ciphermode_platform.h
index 5db2e23eb95e5c3ced0657ba6114cffbc4daaf00..40d012a8d16e0eeb7edb1e1e2622837cdac129d0 100644 (file)
@@ -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,