]> git.ipfire.org Git - thirdparty/openssl.git/commit
Replace getline with fgets in sslecho demo
authorNeil Horman <nhorman@openssl.org>
Sun, 7 Apr 2024 12:42:51 +0000 (08:42 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 12 Apr 2024 12:02:20 +0000 (08:02 -0400)
commit793a4056ad94e5f3076b7988ddee3af2aece09f2
tree52c286b7e5943c7c4e1b10a0de079c861f767b82
parent4ad6e549fadde344cbbe9d7f4aafb4d3a2a67094
Replace getline with fgets in sslecho demo

Windows doesn't support getline, so we need to use fgets here

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Tim Hudson <tjh@openssl.org>
Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/24047)
demos/sslecho/main.c