summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-21 11:00:43 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-21 11:00:43 +0000
commit15403de6ca3efca660f8e7311cc21311ccdd23ae (patch)
treea79b4d92d92cdc06c18eeacfd039ab8f0c415d00
parentc7e91699977f0dcf5025c00670d9dde0c2296641 (diff)
downloadopenssl-new-OpenTLS.tar.gz
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)OpenTLS
-rw-r--r--crypto/bn/asm/......add.c12
-rw-r--r--ms/.rndbin1019 -> 1024 bytes
-rw-r--r--test/.rndbin1024 -> 1024 bytes
3 files changed, 12 insertions, 0 deletions
diff --git a/crypto/bn/asm/......add.c b/crypto/bn/asm/......add.c
new file mode 100644
index 0000000000..60edeaa07e
--- /dev/null
+++ b/crypto/bn/asm/......add.c
@@ -0,0 +1,12 @@
+#include <stdio.h>
+ {
+ unsigned long a[10],b[10],c[10];
+
+ a[0]=0xFFFFFFFF;
+ a[1]=0xFFFFFFFF;
+ b[0]=0xFFFFFFFF;
+ b[1]=0xFFFFFFFF;
+
+ c[2]=bn_add_words(c,a,b,2);
+ printf("%08X %08X %08X\n",c[2],c[1],c[0]);
+ }
diff --git a/ms/.rnd b/ms/.rnd
index 03072abc1f..0566b46dfe 100644
--- a/ms/.rnd
+++ b/ms/.rnd
Binary files differ
diff --git a/test/.rnd b/test/.rnd
index cc5a9cd7f1..90dff090f4 100644
--- a/test/.rnd
+++ b/test/.rnd
Binary files differ