Commit 0fd75c7e authored by Rich Salz's avatar Rich Salz Committed by Rich Salz
Browse files

GH271: Warning on </dev/null to CA.pl



If CA.pl is reading from /dev/null, then "chop $FILE" gives a warning.
Sigh.  Have to add "if $FILE".  This just silences a build warning.
Thanks to GitHub user andrejs-igumenovs for help with this.

Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
parent b4faea50
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment