summaryrefslogtreecommitdiff
path: root/crypto/cast/c_ecb.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/cast/c_ecb.c')
-rw-r--r--crypto/cast/c_ecb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/c_ecb.c b/crypto/cast/c_ecb.c
index a0ab660f8489..2f847fdde79b 100644
--- a/crypto/cast/c_ecb.c
+++ b/crypto/cast/c_ecb.c
@@ -18,7 +18,7 @@
#include <openssl/opensslv.h>
void CAST_ecb_encrypt(const unsigned char *in, unsigned char *out,
- const CAST_KEY *ks, int enc)
+ const CAST_KEY *ks, int enc)
{
CAST_LONG l, d[2];