CHG: remove some warnings when compiling on 32/64 bit systems.  Messy messy
This commit is contained in:
iceman1001 2018-11-28 23:53:31 +01:00
commit 91809c6d94
3 changed files with 17 additions and 3 deletions

View file

@ -7,12 +7,14 @@
//-----------------------------------------------------------------------------
// asn.1 dumping
//-----------------------------------------------------------------------------
#define _POSIX_C_SOURCE 200809L // need for strnlen()
#include "asn1dump.h"
#include <ctype.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <string.h>
#include <jansson.h>
#include <mbedtls/asn1.h>
#include <mbedtls/oid.h>