Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an
authorjsing <jsing@openbsd.org>
Thu, 24 Apr 2014 15:12:20 +0000 (15:12 +0000)
committerjsing <jsing@openbsd.org>
Thu, 24 Apr 2014 15:12:20 +0000 (15:12 +0000)
commit64a2fea0c2a9055a232afb892575c752e73bdb26
tree4c678d4a00ddd0b893b32b5afc3133702bc896d5
parentd774d47556e5614079b516506d045651e681a078
Remove some malloc/strlcpy/strlcat horror. Just use asprintf and avoid an
unchecked malloc at the same time.

ok beck@
lib/libcrypto/ui/ui_lib.c
lib/libssl/src/crypto/ui/ui_lib.c