Browse Source

move #if defined(LTC_BASE64)

Karel Miko 8 years ago
parent
commit
786853cb5c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      testprof/base64_test.c

+ 1 - 1
testprof/base64_test.c

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