dumpon(8)

- fix the WITHOUT_CRYPTO buildworld case.  Its rare, but some of us do
  build this way.

Sponsored by:	Limelight Networks
This commit is contained in:
sbruno 2018-05-29 21:52:13 +00:00
parent 6f677ae721
commit 5830ad97b0

View File

@ -393,7 +393,8 @@ main(int argc, char *argv[])
#ifndef HAVE_CRYPTO
if (pubkeyfile != NULL)
errx("Unable to use the public key. Recompile dumpon with OpenSSL support.");
errx(EX_UNAVAILABLE,"Unable to use the public key."
" Recompile dumpon with OpenSSL support.");
#endif
if (server != NULL && client != NULL) {