Commit 15403de6 authored by Ralf S. Engelschall's avatar Ralf S. Engelschall
Browse files

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

parent c7e91699
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
#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]);
	}
+5 B (1 KiB)

File changed.

No diff preview for this file type.

(1 KiB)

File changed.

No diff preview for this file type.