Home
last modified time | relevance | path

Searched refs:IS_COMMENT (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.h30 #define IS_COMMENT(conf,c) is_keytype(conf, c, CONF_COMMENT) macro
H A Dconf_def.c618 if (IS_COMMENT(conf, *p)) { in clear_comments()