Commit 5fd1e150 authored by Ulf Möller's avatar Ulf Möller
Browse files

C++ bug fix.

Submitted by: Franco Papacella <franco@arpage.ch>
parent 98f1c689
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -59,6 +59,10 @@
#ifndef HEADER_RSAREF_H
#define HEADER_RSAREF_H

#ifdef __cplusplus
extern "C" {
#endif
 
#ifndef NO_RSA
#include <openssl/rsa.h>