mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
vpnc: Fix compilation without deprecated OpenSSL 1.0.2 APIs
One missing header. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
--- a/crypto-openssl.c
|
||||
+++ b/crypto-openssl.c
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <openssl/pem.h>
|
||||
+#include <openssl/rsa.h>
|
||||
#include "config.h"
|
||||
#include "sysdep.h"
|
||||
#include "crypto.h"
|
||||
Reference in New Issue
Block a user