Home
last modified time | relevance | path

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

/openssl/crypto/ui/
H A Dui_lib.c266 char *action_desc_copy = NULL; in UI_dup_input_boolean() local
279 action_desc_copy = OPENSSL_strdup(action_desc); in UI_dup_input_boolean()
280 if (action_desc_copy == NULL) { in UI_dup_input_boolean()
302 return general_allocate_boolean(ui, prompt_copy, action_desc_copy, in UI_dup_input_boolean()
307 OPENSSL_free(action_desc_copy); in UI_dup_input_boolean()

Completed in 9 milliseconds