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:
Sean Bruno 2018-05-29 21:52:13 +00:00
parent 147cd40fe7
commit 21a8e0b1d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=334357

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) {