patch-ecc_src_onb_integer_c 363 B

123456789101112131415
  1. $OpenBSD: patch-ecc_src_onb_integer_c,v 1.1 2009/03/25 20:14:23 jasper Exp $
  2. Fix potential 64-bit issue due to missing header.
  3. --- ecc/src/onb_integer.c.orig Wed Mar 25 21:11:34 2009
  4. +++ ecc/src/onb_integer.c Wed Mar 25 21:11:57 2009
  5. @@ -21,6 +21,7 @@
  6. #include <stdio.h>
  7. +#include <stdlib.h>
  8. #include <string.h>
  9. #include "bigint.h"
  10. #include "eliptic.h"