fixed compile warnings

This commit is contained in:
Martin Willi 2008-04-02 09:54:20 +00:00
parent 281d04502e
commit e29ebcb1af
2 changed files with 1 additions and 1 deletions

View File

@ -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)
{
bool first = TRUE;
time_t thisUpdate, nextUpdate, now = time(NULL);
enumerator_t *enumerator = list->create_enumerator(list);
certificate_t *cert;

View File

@ -19,6 +19,7 @@
#include "gmp_public_key.h"
#include <asn1/asn1.h>
#include <debug.h>
/**
* ASN.1 definition of a subjectPublicKeyInfo structure