summaryrefslogtreecommitdiffstats
path: root/crypto/rc5/rc5.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/rc5/rc5.h')
-rw-r--r--crypto/rc5/rc5.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/rc5/rc5.h b/crypto/rc5/rc5.h
index 4b3c153..f73a2a0 100644
--- a/crypto/rc5/rc5.h
+++ b/crypto/rc5/rc5.h
@@ -94,7 +94,10 @@ typedef struct rc5_key_st
RC5_32_INT data[2*(RC5_16_ROUNDS+1)];
} RC5_32_KEY;
-
+#ifdef OPENSSL_FIPS
+void private_RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
+ int rounds);
+#endif
void RC5_32_set_key(RC5_32_KEY *key, int len, const unsigned char *data,
int rounds);
void RC5_32_ecb_encrypt(const unsigned char *in,unsigned char *out,RC5_32_KEY *key,
OpenPOWER on IntegriCloud