Home
last modified time | relevance | path

Searched defs:function_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/include/
H A Dfunction.h23 typedef struct function_st { struct
24 FUNC_TYPE type;
25 const char *name;
26 int (*func)(int argc, char *argv[]);
27 const OPTIONS *help;
28 const char *deprecated_alternative;
29 const char *deprecated_version;