Tweak a missing include

This commit is contained in:
Brian Cox 2016-12-11 00:44:06 -08:00
parent e7b63b6f96
commit 0cb7989c79
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include "asn.h"
#include "misc.h"
#include <stdlib.h>
#include <stdio.h>
unsigned int DERLengthEncode(unsigned int length, byte *output)
{