mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
10 lines
185 B
C++
10 lines
185 B
C++
--- cpp/util/bignum.h.orig 2016-10-14 17:11:57 UTC
|
|
+++ cpp/util/bignum.h
|
|
@@ -3,6 +3,7 @@
|
|
|
|
#include <openssl/bn.h>
|
|
#include <cassert>
|
|
+#include <stdint.h>
|
|
|
|
namespace cert_trans {
|
|
|