summaryrefslogtreecommitdiffstats
path: root/crypto/bn/asm
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1998-12-22 15:04:48 +0000
committerRalf S. Engelschall <rse@openssl.org>1998-12-22 15:04:48 +0000
commit651d0aff98d28e2db146afa1790e9e22f3ef22db (patch)
tree064b04a2d7eddda845048c0278df8bbb068622f5 /crypto/bn/asm
parent31b8d8684441e6cd5138832bb1b2ddb10acd6ba6 (diff)
Various cleanups and fixed by Marc and Ralf to start the OpenTLS project
Diffstat (limited to 'crypto/bn/asm')
-rw-r--r--crypto/bn/asm/......add.c12
-rw-r--r--crypto/bn/asm/a.outbin5795 -> 0 bytes
2 files changed, 0 insertions, 12 deletions
diff --git a/crypto/bn/asm/......add.c b/crypto/bn/asm/......add.c
deleted file mode 100644
index 60edeaa07e..0000000000
--- a/crypto/bn/asm/......add.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#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/crypto/bn/asm/a.out b/crypto/bn/asm/a.out
deleted file mode 100644
index cc5094ff45..0000000000
--- a/crypto/bn/asm/a.out
+++ /dev/null
Binary files differ