Searched refs:IS_FCOMMENT (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/crypto/conf/ | ||
| H A D | conf_def.h | 31 #define IS_FCOMMENT(conf,c) is_keytype(conf, c, CONF_FCOMMENT) macro |
| H A D | conf_def.c | 607 if (IS_FCOMMENT(conf, *p)) { in clear_comments() |