CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/25 05:05:21
Modified files:
lib/libcrypto/ui: ui_lib.c
Log message:
Simplify UI_new_method()
Use calloc() instead of malloc() and setting all members manually to 0.
Avoid unnecessary else branch.
