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