fix all the warnings in our demos and make them enableable
authorNeil Horman <nhorman@openssl.org>
Sat, 6 Apr 2024 02:20:54 +0000 (22:20 -0400)
committerNeil Horman <nhorman@openssl.org>
Fri, 12 Apr 2024 12:02:19 +0000 (08:02 -0400)
commit7a7fbeb924a0b94459211ed3122050c07ebd20de
tree2b8ed2a74bcef428433241171fa7294cb42c58d5
parent2000281dad3111407092e8ea4b23996d65988500
fix all the warnings in our demos and make them enableable

Fix up the warnings in the demos and make them configurable with
enable-demos

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)
15 files changed:
Configure
build.info
demos/bio/saccept.c
demos/bio/sconnect.c
demos/cipher/aesccm.c
demos/cipher/aesgcm.c
demos/cipher/aeskeywrap.c
demos/cipher/ariacbc.c
demos/digest/EVP_MD_demo.c
demos/digest/EVP_MD_stdin.c
demos/digest/EVP_MD_xof.c
demos/guide/quic-multi-stream.c
demos/pkey/EVP_PKEY_DSA_keygen.c
demos/pkey/EVP_PKEY_DSA_paramvalidate.c
demos/sslecho/main.c