]> git.ipfire.org Git - thirdparty/openssl.git/commit
Switch to BIO_snprintf to avoid missing symbol problems on Windows
authorJon Spillett <jon.spillett@oracle.com>
Thu, 4 Feb 2021 05:13:18 +0000 (15:13 +1000)
committerShane Lontis <shane.lontis@oracle.com>
Fri, 5 Feb 2021 08:03:40 +0000 (18:03 +1000)
commit05f41859ddfff9b19f6599e545607f3d49630ce0
tree141077c499f56051e714eb5c73b4bcef7b37285f
parent76624df15fef0725f28a8b9d0f31256946669b1a
Switch to BIO_snprintf to avoid missing symbol problems on Windows

Reviewed-by: Ben Kaduk <kaduk@mit.edu>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/14063)
apps/lib/opt.c