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

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dssl_ui.c14 char *popup_nl; local
19 popup_nl = malloc(strlen((char *)popup) + 2);
20 if (!popup_nl)
27 sprintf(popup_nl, "%s\n", (char *)popup);
28 if (!UI_add_info_string(ui, popup_nl)) {
58 free(popup_nl);

Completed in 124 milliseconds