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