view common/pubkey.h @ 1396:05c62ad0c74f 0.9.10

Change error to debug for an expected failure.
author Andre Heinecke <andre.heinecke@intevation.de>
date Mon, 26 Jan 2015 14:28:13 +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/