Include stdlib.h in asn.cpp (non-linux build fix)
This commit is contained in:
parent
a6612ab3ab
commit
e7b63b6f96
|
@ -3,6 +3,7 @@
|
|||
#include "pch.h"
|
||||
#include "asn.h"
|
||||
#include "misc.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
unsigned int DERLengthEncode(unsigned int length, byte *output)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue