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