/* * pkcsreq.h -- handle PKCSReq message * * (c) 2001 Dr. Andreas Mueller, Beratung und Entwicklung * * $Id: pkcsreq.h,v 1.1.1.1 2001/03/03 22:18:46 afm Exp $ */ #ifndef _PKCSREQ_H #define _PKCSREQ_H #include extern int pkcsreq(scep_t *scep); #endif /* _PKCSREQ_H */