ports/multimedia/zoneminder/files/patch-dep_jwt-cpp_include_jwt-cpp_jwt.h
Felix Palmen e3122de1db multimedia/zoneminder: Fix build with libressl 3.5
PR:		267198
Approved by:	bsd@abinet.ru (maintainer), tcberner (mentor)
2022-11-01 11:32:02 +01:00

14 lines
314 B
C

--- dep/jwt-cpp/include/jwt-cpp/jwt.h.orig 2022-10-18 11:00:07 UTC
+++ dep/jwt-cpp/include/jwt-cpp/jwt.h
@@ -45,11 +45,6 @@
#define OPENSSL110
#endif
-#if defined(LIBRESSL_VERSION_NUMBER)
-#define OPENSSL10
-#define OPENSSL110
-#endif
-
#ifndef JWT_CLAIM_EXPLICIT
#define JWT_CLAIM_EXPLICIT explicit
#endif