Rename lst1 to list1 to avoid name conflict on some platforms.
authorBodo Möller <bodo@openssl.org>
Thu, 20 Jan 2000 23:15:50 +0000 (23:15 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 20 Jan 2000 23:15:50 +0000 (23:15 +0000)
crypto/bn/bntest.c

index 012d387bf562331c07b1526e615100ea822302be..d50d958bb3529f7e6d066ca3d95e513a8e8404db 100644 (file)
@@ -95,7 +95,7 @@ static int results=0;
 #include "bss_file.c"
 #endif
 
-static unsigned char lst1[]="\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9"
+static unsigned char list1[]="\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9"
 "\x9B\x04\x5D\x48\x36\xC2\xFD\x16\xC9\x64\xF0";
 
 static const char rnd_seed[] = "string to make the random number generator think it has entropy";
@@ -162,7 +162,7 @@ int main(int argc, char *argv[])
        fflush(stdout);
 
        fprintf(stderr,"test BN_lshift (fixed)\n");
-       if (!test_lshift(out,ctx,BN_bin2bn(lst1,sizeof(lst1)-1,NULL)))
+       if (!test_lshift(out,ctx,BN_bin2bn(list1,sizeof(list1)-1,NULL)))
            goto err;
        fflush(stdout);