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