summaryrefslogtreecommitdiff
path: root/tests/fipsdrv.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fipsdrv.c')
-rw-r--r--tests/fipsdrv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fipsdrv.c b/tests/fipsdrv.c
index f80e30c8..29ceedde 100644
--- a/tests/fipsdrv.c
+++ b/tests/fipsdrv.c
@@ -797,9 +797,9 @@ print_buffer (const void *buffer, size_t length)
if (base64_output)
{
static const unsigned char bintoasc[64+1] =
- ("ABCDEFGHIJKLMNOPQRSTUVWXYZ"
- "abcdefghijklmnopqrstuvwxyz"
- "0123456789+/");
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
+ "abcdefghijklmnopqrstuvwxyz"
+ "0123456789+/";
const unsigned char *p;
unsigned char inbuf[4];
char outbuf[4];