You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
structs2n_offered_psk_list*list= ...
// this psk is allocated, but not actually set to any real valuesstructs2n_offered_psk*uninitialized_psk=s2n_offered_psk_new();
// this returns an internal error.s2n_offered_psk_list_choose_psk(empty_psk,
We should not expect internal errors to be returned from library code unless something has gone very wrong.
Solution:
This should probably be some kind of usage error.
The text was updated successfully, but these errors were encountered:
Problem:
The following returns an internal error
We should not expect internal errors to be returned from library code unless something has gone very wrong.
Solution:
This should probably be some kind of usage error.
The text was updated successfully, but these errors were encountered: