Update from HEAD.
[oweals/openssl.git] / crypto / camellia / camellia.h
index 3c8a35954342dff4040ff9a31dafd7f52c9edf57..b8a8b6e10b9e094d72d1be88fa622d8f8587d84f 100644 (file)
@@ -87,6 +87,11 @@ 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);