Mercurial > trustbridge
view common/pubkey-release.h @ 150:a99339d0dce8
Fix test for invalid instructions
The missing line break made it invalid_input and not an
instruction.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 17:23:42 +0000 |
parents | e783fd99a9eb |
children | f6ce186cebc2 |
line wrap: on
line source
#ifndef PUBKEY_RELEASE_H #define PUBKEY_RELEASE_H static const unsigned char public_key_pem[] = ""; #endif