utils.h: undefine USE_OPENSSL to avoid clash with net-snmp redefitition
Some checks failed
Spellcheck / codespell (push) Has been cancelled
Tests / Running unit and integrationt tests (push) Has been cancelled
Tests / Running rpm build test on almalinux:9 (push) Has been cancelled
Tests / Running rpm build test on fedora:latest (push) Has been cancelled
Tests / Running rpm build test on rockylinux:8 (push) Has been cancelled

This commit is contained in:
Andreas Baumann 2026-01-23 10:15:47 +01:00
parent d28be4a00c
commit 3e656e6408

View file

@ -13,6 +13,7 @@ in order to resist overflow attacks. In addition, a few functions are
provided to standardize version and error reporting across the entire
suite of plugins. */
#undef USE_OPENSSL // net-snmp defines USE_OPENSSL as NETSNMP_USE_OPENSSL in net-snmp-config.h
#include "../config.h"
#include <stdbool.h>
#include <stdint.h>