diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libssl/src/crypto/camellia/camellia.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/libssl/src/crypto/camellia/camellia.h b/src/lib/libssl/src/crypto/camellia/camellia.h index 3c8a359543..b8a8b6e10b 100644 --- a/src/lib/libssl/src/crypto/camellia/camellia.h +++ b/src/lib/libssl/src/crypto/camellia/camellia.h | |||
@@ -87,6 +87,11 @@ struct camellia_key_st | |||
87 | 87 | ||
88 | typedef struct camellia_key_st CAMELLIA_KEY; | 88 | typedef struct camellia_key_st CAMELLIA_KEY; |
89 | 89 | ||
90 | #ifdef OPENSSL_FIPS | ||
91 | int private_Camellia_set_key(const unsigned char *userKey, const int bits, | ||
92 | CAMELLIA_KEY *key); | ||
93 | #endif | ||
94 | |||
90 | int Camellia_set_key(const unsigned char *userKey, const int bits, | 95 | int Camellia_set_key(const unsigned char *userKey, const int bits, |
91 | CAMELLIA_KEY *key); | 96 | CAMELLIA_KEY *key); |
92 | 97 | ||