Latest update.
This commit is contained in:
@@ -874,13 +874,6 @@ int UI_get_result_maxsize(UI_STRING *uis)
|
||||
|
||||
int UI_set_result(UI *ui, UI_STRING *uis, const char *result)
|
||||
{
|
||||
#if 0
|
||||
/*
|
||||
* This is placed here solely to preserve UI_F_UI_SET_RESULT
|
||||
* To be removed for OpenSSL 1.2.0
|
||||
*/
|
||||
UIerr(UI_F_UI_SET_RESULT, ERR_R_DISABLED);
|
||||
#endif
|
||||
return UI_set_result_ex(ui, uis, result, strlen(result));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user