Import of old SSLeay release: SSLeay 0.9.1b (unreleased)

This commit is contained in:
Ralf S. Engelschall 1998-12-21 11:00:43 +00:00
parent c7e9169997
commit 15403de6ca
3 changed files with 12 additions and 0 deletions

12
crypto/bn/asm/......add.c Normal file
View File

@ -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]);
}

BIN
ms/.rnd

Binary file not shown.

BIN
test/.rnd

Binary file not shown.