Update ordinals.
[openssl.git] / crypto / camellia / camellia.h
index cf0457dd976f80b9e582266b04d75db35f9d2929..67911e0adf83ac7505cebb13fc46c15cfd440334 100644 (file)
@@ -88,6 +88,10 @@ struct camellia_key_st
        };
 typedef struct camellia_key_st CAMELLIA_KEY;
 
+#ifdef OPENSSL_FIPS
+int private_Camellia_set_key(const unsigned char *userKey, const int bits,
+       CAMELLIA_KEY *key);
+#endif
 int Camellia_set_key(const unsigned char *userKey, const int bits,
        CAMELLIA_KEY *key);