projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b838465
)
AFAICS lst1 stands for "lshift test" not "list".
author
Ulf Möller
<ulf@openssl.org>
Fri, 21 Jan 2000 00:00:12 +0000
(
00:00
+0000)
committer
Ulf Möller
<ulf@openssl.org>
Fri, 21 Jan 2000 00:00:12 +0000
(
00:00
+0000)
crypto/bn/bntest.c
patch
|
blob
|
history
diff --git
a/crypto/bn/bntest.c
b/crypto/bn/bntest.c
index
d50d958
..
78fd325
100644
(file)
--- a/
crypto/bn/bntest.c
+++ b/
crypto/bn/bntest.c
@@
-95,7
+95,7
@@
static int results=0;
#include "bss_file.c"
#endif
#include "bss_file.c"
#endif
-static unsigned char l
ist1
[]="\xC6\x4F\x43\x04\x2A\xEA\xCA\x6E\x58\x36\x80\x5B\xE8\xC9"
+static unsigned char l
st
[]="\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";
"\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");
fflush(stdout);
fprintf(stderr,"test BN_lshift (fixed)\n");
- if (!test_lshift(out,ctx,BN_bin2bn(l
ist1,sizeof(list1
)-1,NULL)))
+ if (!test_lshift(out,ctx,BN_bin2bn(l
st,sizeof(lst
)-1,NULL)))
goto err;
fflush(stdout);
goto err;
fflush(stdout);