forked from openssl/openssl
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
I'm working through auditing the ECH code now, and will post findings as put them together. One quick thing is that there are many lines with trailing spaces, which might annoy upstream. Those can be removed with:
find * -type f -print0 | xargs -0 sed -i 's, *$,,'
Here's the first notable thing found with cppcheck:
-
[apps/s_server.c:595]: (style) Obsolete function 'asctime' called. It is recommended to use 'strftime' instead.- there are no existing refs to asctime or strftime
- there is get_current_time(&timenow)
Metadata
Metadata
Assignees
Labels
No labels