|
@@ -6,12 +6,12 @@ int base64_test(void)
|
|
|
unsigned char in[64], out[256], tmp[64];
|
|
|
unsigned long x, l1, l2, slen1;
|
|
|
|
|
|
-#if defined(LTC_BASE64)
|
|
|
const unsigned char special_case[] = {
|
|
|
0xbe, 0xe8, 0x92, 0x3c, 0xa2, 0x25, 0xf0, 0xf8,
|
|
|
0x91, 0xe4, 0xef, 0xab, 0x0b, 0x8c, 0xfd, 0xff,
|
|
|
0x14, 0xd0, 0x29, 0x9d, 0x00 };
|
|
|
|
|
|
+#if defined(LTC_BASE64)
|
|
|
/*
|
|
|
TEST CASES SOURCE:
|
|
|
|