Revert "version skew" patches that break FIPS compilation.
[openssl.git] / crypto / camellia / cmll_misc.c
index f44689124b4a64e0d682c2d27125a4c177e92043..f44d48564c2a28a2efd9c84857e73ca0574c60c7 100644 (file)
  */
  
 #include <openssl/opensslv.h>
+#include <openssl/crypto.h>
 #include <openssl/camellia.h>
 #include "cmll_locl.h"
 
 const char CAMELLIA_version[]="CAMELLIA" OPENSSL_VERSION_PTEXT;
 
-int Camellia_set_key(const unsigned char *userKey, const int bits,
+int private_Camellia_set_key(const unsigned char *userKey, const int bits,
        CAMELLIA_KEY *key)
        {
        if(!userKey || !key)