summaryrefslogtreecommitdiffstats
path: root/test/afalgtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/afalgtest.c')
-rw-r--r--test/afalgtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/afalgtest.c b/test/afalgtest.c
index 02947c1ed3..429e2da3c9 100644
--- a/test/afalgtest.c
+++ b/test/afalgtest.c
@@ -112,7 +112,7 @@ static int test_afalg_aes_cbc(int keysize_idx)
static int test_pr16743(void)
{
int ret = 0;
- const EVP_CIPHER * cipher;
+ const EVP_CIPHER *cipher;
EVP_CIPHER_CTX *ctx;
if (!TEST_true(ENGINE_init(e)))