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:
parent
6f677ae721
commit
5830ad97b0
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user