certinfo
struct certinfo *res = NULL;
getcertsbyname(char *name, struct certinfo **res)
struct certinfo head, *cur;
getcertsbyname(char *name, struct certinfo **res)
struct certinfo head, *cur;
struct certinfo *res, *p;
static struct certinfo *getnewci(int, int, int, int, int, unsigned char *);
static struct certinfo *
struct certinfo *res;
freecertinfo(struct certinfo *ci)
struct certinfo *next;
struct certinfo *ci_next; /* next structure */
extern void freecertinfo(struct certinfo *);
extern int getcertsbyname(char *, struct certinfo **);