This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
diff --git a/crypto/bn/asm/......add.c b/crypto/bn/asm/......add.c
new file mode 100644
index 0000000..60edeaa
--- /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
new file mode 100644
index 0000000..0566b46
--- /dev/null
+++ b/ms/.rnd
Binary files differ
diff --git a/test/.rnd b/test/.rnd
new file mode 100644
index 0000000..90dff09
--- /dev/null
+++ b/test/.rnd
Binary files differ