Split bignum code out of the sparcv9cap.c
[openssl.git] / crypto / evp / e_camellia.c
index b2f59847d4950e8089c6d92b8772a4ad0ff3ae36..4f1f4822dc92ba2180f1936352fa7c4c4f1f2023 100644 (file)
@@ -46,8 +46,7 @@ typedef struct {
 #if defined(AES_ASM) && (defined(__sparc) || defined(__sparc__))
 /* ---------^^^ this is not a typo, just a way to detect that
  * assembler support was in general requested... */
-# include "sparc_arch.h"
-
+# include "crypto/sparc_arch.h"
 
 static int cmll_t4_init_key(EVP_CIPHER_CTX *ctx, const unsigned char *key,
                             const unsigned char *iv, int enc)