CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/10 06:25:57
Modified files:
usr.bin/openssl: s_client.c
Log message:
Clean up s_client.c
- Remove space between '*' and pointer variable.
- Add function prototype.
- Move callback function to bottom.
- Move typedef struct to up.
