Fix thinko in commit 7d129ba54.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Oct 2025 12:45:57 +0000 (08:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 20 Oct 2025 12:45:57 +0000 (08:45 -0400)
commitf1e1db780e50f9723edf67c52a7920e09c4dab40
treef0c7ebb03a3f8a1fb177b06d563b6417569208b2
parentc865f5b9f090bc1325f5667b11f883a46f5d96dd
Fix thinko in commit 7d129ba54.

The revised logic in 001_ssltests.pl would fail if openssl
doesn't work or if Perl is a 32-bit build, because it had
already overwritten $serialno with something inappropriate
to use in the eventual match.  We could go back to the
previous code layout, but it seems best to introduce a
separate variable for the output of openssl.

Per failure on buildfarm member mamba, which has a 32-bit Perl.
src/test/ssl/t/001_ssltests.pl