Re: Monolith compile verify.c

2020-06-24 Thread Salz, Rich via openssl-users
C mandates that any “missing” initializers are as if 0/null were present. {NULL, -1, 'Q', "unused end of list"} this is the change I’d like to offer Turn off the warning.

Monolith compile verify.c

2020-06-24 Thread Michael Mueller
I'm compiling verify.c as a monolith from 1.1.1g. Using gcc 4.8.5 I have no problems. Using gcc 4.3.4 I get a warning which we treat as an error: gcc -c -Wall -Werror -Wextra -idirafter ../../inc -idirafter ../../../../OPENSSL/include/SUSE-Linux -DMONOLITH -DNO_ASN1_OLD -DLINUX -o

Re: openssl with Rust

2020-06-24 Thread Richard Levitte
I have very little knowledge of Rust... however, there seems to exist an openssl crate available already: https://docs.rs/openssl/0.10.29/openssl/ Does that help? Cheers, Richard On Tue, 23 Jun 2020 23:38:38 +0200, Ken Goldman wrote: > > Environment is Windows, Visual Studio Code, the