summaryrefslogtreecommitdiffstats
path: root/crypto/camellia/camellia.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/camellia/camellia.h')
-rw-r--r--crypto/camellia/camellia.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/camellia/camellia.h b/crypto/camellia/camellia.h
index 3c8a359..b8a8b6e 100644
--- a/crypto/camellia/camellia.h
+++ b/crypto/camellia/camellia.h
@@ -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);
OpenPOWER on IntegriCloud