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

/freebsd-11-stable/crypto/openssl/apps/
H A Dapps.c2153 size_t max_ne = buflen / 2 + 1; /* maximum number of name elements */ local
2154 char **ne_types = OPENSSL_malloc(max_ne * sizeof(char *));
2155 char **ne_values = OPENSSL_malloc(max_ne * sizeof(char *));
2156 int *mval = OPENSSL_malloc(max_ne * sizeof(int));

Completed in 125 milliseconds