Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c210 #define CONFBUFSIZE 512 in def_load_bio() macro
255 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) { in def_load_bio()
262 if (in != NULL && BIO_gets(in, p, CONFBUFSIZE - 1) < 0) in def_load_bio()
264 p[CONFBUFSIZE - 1] = '\0'; in def_load_bio()