Files
ports/security/openssl-agent/files/patch-openssl_agent_pkcs11_agent.cxx
Robert Clausecker b6a335155d security/openssl-agent: New port: OpenSSL key agent and client utils
OpenSSL key agent and client utilities.

The aim of these utilities is to provide an openssl-rsautl(1) drop-in
replacement for performing cryptographic operations using a private key
that is unlocked for the session, similar to OpenSSH's ssh-agent(1).

The port's author is known to the maintainer but wishes not to be named.

WWW: https://git.build2.org/cgit/openssl-agent/tree/README

Obtained from:	anonymous author
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38630
2023-02-19 12:01:39 +01:00

13 lines
301 B
C++

--- openssl/agent/pkcs11/agent.cxx.orig 2023-02-09 15:36:17 UTC
+++ openssl/agent/pkcs11/agent.cxx
@@ -24,6 +24,9 @@
#include <openssl/agent/pkcs11/options.hxx>
#include <openssl/agent/pkcs11/private-key.hxx>
+#include <sys/signal.h>
+#define _NSIG NSIG
+
namespace openssl
{
namespace agent