diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_smtp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/check_smtp.c b/plugins/check_smtp.c index f4a11e0..3b0e469 100644 --- a/plugins/check_smtp.c +++ b/plugins/check_smtp.c | |||
@@ -453,8 +453,7 @@ process_arguments (int argc, char **argv) | |||
453 | days_till_exp = atoi (optarg); | 453 | days_till_exp = atoi (optarg); |
454 | check_cert = TRUE; | 454 | check_cert = TRUE; |
455 | #else | 455 | #else |
456 | terminate (STATE_UNKNOWN, | 456 | usage (_("SSL support not available - install OpenSSL and recompile")); |
457 | "SSL support not available. Install OpenSSL and recompile."); | ||
458 | #endif | 457 | #endif |
459 | break; | 458 | break; |
460 | case '4': | 459 | case '4': |