From e7b63b6f96156a8cba69e8d4ff880f4c82cd5388 Mon Sep 17 00:00:00 2001 From: "Brian R. Cox" Date: Sat, 3 Dec 2016 16:26:11 +0000 Subject: [PATCH] Include stdlib.h in asn.cpp (non-linux build fix) --- src/cryptlib/asn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cryptlib/asn.cpp b/src/cryptlib/asn.cpp index f5e7989..a0eb77a 100644 --- a/src/cryptlib/asn.cpp +++ b/src/cryptlib/asn.cpp @@ -3,6 +3,7 @@ #include "pch.h" #include "asn.h" #include "misc.h" +#include unsigned int DERLengthEncode(unsigned int length, byte *output) {