Searched refs:MAXERRLEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c57 # define MAXERRLEN 1000 /* limit error text sent to syslog to 1000 bytes */ macro
863 int ilen = (len > MAXERRLEN) ? MAXERRLEN : len;

Completed in 131 milliseconds