Skip to content

Commit 24387e5

Browse files
committed
Missed formatting change
1 parent 06f4941 commit 24387e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp_des.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ static void wp_des3_block_init_ctx(wp_Des3BlockCtx* ctx, size_t kBits,
800800
* @return 1 on success. \
801801
* @return 0 on failure. \
802802
*/ \
803-
static int wp_des3_##lcmode##_get_params(OSSL_PARAM params[]) \
803+
static int wp_des3_##lcmode##_get_params(OSSL_PARAM params[]) \
804804
{ \
805805
return wp_des3_block_get_params(params, EVP_CIPH_##UCMODE##_MODE, kBits, \
806806
ivBits); \

0 commit comments

Comments
 (0)