Commit 0e7c322
committed
ssl: Correct gen_statem behaviour modules own alert handling
Own alerts shall be handled by the function
ssl_gen_statem:handle_own_alert and not thrown as a local return
in the behaviour modules. Alerts are only thrown from helper
modules and caught by the main state machine behaviour module that
will then call ssl_gen_statem:handle_own_alert.1 parent b2e2bc4 commit 0e7c322
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
0 commit comments