Tweak a missing include
This commit is contained in:
parent
e7b63b6f96
commit
0cb7989c79
|
@ -4,6 +4,7 @@
|
||||||
#include "asn.h"
|
#include "asn.h"
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
unsigned int DERLengthEncode(unsigned int length, byte *output)
|
unsigned int DERLengthEncode(unsigned int length, byte *output)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue