/* * certrep.c -- handle a CertRep message - sort of * * (c) 2001 Dr. Andreas Mueller, Beratung und Entwicklung * * $Id: certrep.c,v 1.1.1.1 2001/03/03 22:18:24 afm Exp $ */ #include int certrep(scep_t *scep) { return 0; }