Commit e772a7de authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

build: fix --without-ssl build

Build breakage accidentally introduced in 8e29ce9f during code cleanup.

HAVE_OPENSSL is always defined (as either 0 or 1) so use #if rather
than #ifdef.

Fixes #5979.
parent 22c68fdc
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