view plugins/mod_unknown.lua @ 14013:fbfc06c5f3a8

util.crypto: Add missing include for openssl/rsa.h Apparently this used to compile, but when disabling deprecated APIs in openssl it requires an explicit include (which makes sense, per the docs).
author Matthew Wild <mwild1@gmail.com>
date Mon, 15 Dec 2025 12:14:27 +0000
parents 28a90f5fea46
children
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform