view plugins/mod_posix.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 c673ff1075bd
children
line wrap: on
line source

-- Prosody IM
-- Copyright (C) 2008-2010 Matthew Wild
-- Copyright (C) 2008-2010 Waqas Hussain
--
-- This project is MIT/X11 licensed. Please see the
-- COPYING file in the source package for more information.
--

module:set_global(); -- we're a global module

-- TODO delete this whole concept