15 lines
363 B
Plaintext
15 lines
363 B
Plaintext
$OpenBSD: patch-ecc_src_onb_integer_c,v 1.1 2009/03/25 20:14:23 jasper Exp $
|
|
|
|
Fix potential 64-bit issue due to missing header.
|
|
|
|
--- ecc/src/onb_integer.c.orig Wed Mar 25 21:11:34 2009
|
|
+++ ecc/src/onb_integer.c Wed Mar 25 21:11:57 2009
|
|
@@ -21,6 +21,7 @@
|
|
|
|
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
#include <string.h>
|
|
#include "bigint.h"
|
|
#include "eliptic.h"
|