view common/pubkey.h @ 1394:8d27c6d226cd

Improve debug output for list verification and no installed list
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 23 Jan 2015 15:25:50 +0100
parents f3e2df6b49ba
children
line wrap: on
line source
#ifndef PUBKEY_H
#define PUBKEY_H

#ifdef RELEASE_BUILD
#include "pubkey-release.h"
#else
#include "pubkey-test.h"
#endif

#endif // PUBKEY_H

http://wald.intevation.org/projects/trustbridge/