[openssl-dev] [openssl.org #3907] Script testssl uses bash feature (non-POSIX)

2015-06-22 Thread Rich Salz via RT
OpenSSL_1_0_1-stable 9ad2eb6 RT3907: avoid local in testssl script OpenSSL_1_0_2-stable 57bd71b RT3907: avoid local in testssl script master 75ba5c5 RT3907: avoid local in testssl script Author: Rich Salz rs...@akamai.com Date: Sat Jun 13 17:18:47 2015 -0400 RT3907: avoid local in testssl script

[openssl-dev] [openssl.org #3907] Script testssl uses bash feature (non-POSIX)

2015-06-13 Thread Rainer Jung via RT
The script test/testssl uses the local keywork in test_cipher() since commit https://github.com/openssl/openssl/commit/e8356e32aed70d139eae2d05aeaeb160509262aa (master, merged at least to 1.0.1 and 1.0.2). This keyword is non-POSIX but the script is supposed to be run with /bin/sh. E.g. on

[openssl-dev] [openssl.org #3907] Script testssl uses bash feature (non-POSIX)

2015-06-13 Thread Rich Salz via RT
Thanks. Seems the simplest thing is just use $1 and $2 ... Will be fixed in master, and 1.0.0/1/2 -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev