diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-02-21 14:33:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-21 14:33:24 +0100 |
| commit | 75658bd04d84d037dbcc9fafd9f7860555ac4836 (patch) | |
| tree | 6b50ee39401c68a27757abac785c931bd82ae02d /plugins/sslutils.c | |
| parent | b38dec3e9b45efa6a6631acc38ada853e69fc547 (diff) | |
| parent | 7c8c9d9b3e7bb6c29d82788d05d74e3f18f01aa5 (diff) | |
| download | monitoring-plugins-75658bd04d84d037dbcc9fafd9f7860555ac4836.tar.gz | |
Merge pull request #2064 from RincewindsHat/feature/new_output_infra
Feature/new output infra
Diffstat (limited to 'plugins/sslutils.c')
| -rw-r--r-- | plugins/sslutils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sslutils.c b/plugins/sslutils.c index 3c928413..719de575 100644 --- a/plugins/sslutils.c +++ b/plugins/sslutils.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #define MAX_CN_LENGTH 256 | 29 | #define MAX_CN_LENGTH 256 |
| 30 | #include "common.h" | 30 | #include "common.h" |
| 31 | #include "netutils.h" | 31 | #include "netutils.h" |
| 32 | #include "../lib/monitoringplug.h" | ||
| 32 | 33 | ||
| 33 | #ifdef HAVE_SSL | 34 | #ifdef HAVE_SSL |
| 34 | static SSL_CTX *ctx = NULL; | 35 | static SSL_CTX *ctx = NULL; |
