summaryrefslogtreecommitdiff
path: root/cmd/bltest/blapitest.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/bltest/blapitest.c')
-rw-r--r--cmd/bltest/blapitest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bltest/blapitest.c b/cmd/bltest/blapitest.c
index de7f0d9c7..f9a2f0221 100644
--- a/cmd/bltest/blapitest.c
+++ b/cmd/bltest/blapitest.c
@@ -2319,9 +2319,9 @@ cipherInit(bltestCipherInfo *cipherInfo, PRBool encrypt)
case bltestRC5_CBC:
SECITEM_AllocItem(cipherInfo->arena, &cipherInfo->output.buf,
cipherInfo->input.pBuf.len);
-#endif
return bltest_rc5_init(cipherInfo, encrypt);
break;
+#endif
case bltestAES_ECB:
case bltestAES_CBC:
case bltestAES_CTS: