Latest update.
This commit is contained in:
+1
-1
@@ -578,7 +578,7 @@ int UI_set_ex_data(UI *r, int idx, void *arg)
|
||||
return CRYPTO_set_ex_data(&r->ex_data, idx, arg);
|
||||
}
|
||||
|
||||
void *UI_get_ex_data(UI *r, int idx)
|
||||
void *UI_get_ex_data(const UI *r, int idx)
|
||||
{
|
||||
return CRYPTO_get_ex_data(&r->ex_data, idx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user