eggdrop icon indicating copy to clipboard operation
eggdrop copied to clipboard

Fix and cleanup ssl_cleanup() proto

Open michaelortmann opened this issue 11 months ago • 0 comments

Found by: michaelortmann Patch by: michaelortmann Fixes:

One-line summary: Fix and cleanup ssl_cleanup() proto

Additional description (if needed): Fix the return type of ssl_cleanup() proto. this function returns void (see tls.c), not int. Such prototypes should be defined in proto.h Found while working on webui.mod. having this separate PR will also make web.ui PR diff smaller.

Test cases demonstrating functionality (if applicable): No functional change

michaelortmann avatar Mar 31 '25 00:03 michaelortmann