Generate precomputed tables as sources in `precomps/'.
[u/mdw/catacomb] / symm / safersk.c
CommitLineData
621468d8 1/* -*-c-*-
2 *
621468d8 3 * Stub source for SAFER SK
4 *
5 * (c) 2001 Straylight/Edgeware
6 */
7
8#include "blkc.h"
9#include "safersk.h"
10
11const char *safersk_magic = "Compile this useless file";
12
13BLKC_TEST(SAFERSK, safersk)