Re: [openssl-dev] [PATCH] Missing NULLs in ssl_cipher_methods init

2017-01-08 Thread Salz, Rich
> The number of NULLS in the initialization of ssl_cipher_methods in > ssl/ssl_ciph.c does not match the count SSL_ENC_NUM_IDX in 1.1.0c. A better fix is to remove all the initializers and just count on C's "init to NULL" guarantee. -- openssl-dev mailing list To unsubscribe:

[openssl-dev] [PATCH] Missing NULLs in ssl_cipher_methods init

2017-01-08 Thread Leonard den Ottolander
Hello, The number of NULLS in the initialization of ssl_cipher_methods in ssl/ssl_ciph.c does not match the count SSL_ENC_NUM_IDX in 1.1.0c. Attached patch for a fix. Regards, Leonard. -- mount -t life -o ro /dev/dna /genetic/research --- openssl-1.1.0c/ssl/ssl_ciph.c.000 2016-11-10