fixed compile warnings
This commit is contained in:
@@ -527,7 +527,6 @@ static void stroke_list_crls(linked_list_t *list, bool utc, FILE *out)
|
|||||||
static void stroke_list_ocsp(linked_list_t* list, bool utc, FILE *out)
|
static void stroke_list_ocsp(linked_list_t* list, bool utc, FILE *out)
|
||||||
{
|
{
|
||||||
bool first = TRUE;
|
bool first = TRUE;
|
||||||
time_t thisUpdate, nextUpdate, now = time(NULL);
|
|
||||||
enumerator_t *enumerator = list->create_enumerator(list);
|
enumerator_t *enumerator = list->create_enumerator(list);
|
||||||
certificate_t *cert;
|
certificate_t *cert;
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@
|
|||||||
#include "gmp_public_key.h"
|
#include "gmp_public_key.h"
|
||||||
|
|
||||||
#include <asn1/asn1.h>
|
#include <asn1/asn1.h>
|
||||||
|
#include <debug.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* ASN.1 definition of a subjectPublicKeyInfo structure
|
* ASN.1 definition of a subjectPublicKeyInfo structure
|
||||||
|
|||||||
Reference in New Issue
Block a user