From 5a8e7c5becb38913f3334afb8aa6f13126d0d5e9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 15 Nov 2001 14:33:49 +0000 Subject: [PATCH] Restore extern "C" balance. --- rsaref/rsaref.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/rsaref/rsaref.h b/rsaref/rsaref.h index 56a5bdfc6f..9bfcd704dd 100644 --- a/rsaref/rsaref.h +++ b/rsaref/rsaref.h @@ -134,6 +134,15 @@ int R_RandomFinal(RSARandomState *rnd); void ERR_load_RSAREF_strings(void ); RSA_METHOD *RSA_PKCS1_RSAref(void ); +#ifdef __cplusplus +} +#endif +#endif + +#ifdef __cplusplus +extern "C" { +#endif + /* BEGIN ERROR CODES */ /* The following lines are auto generated by the script mkerr.pl. Any changes * made after this point may be overwritten when the script is next run. @@ -177,3 +186,4 @@ void ERR_load_RSAREF_strings(void); } #endif #endif + -- 2.25.1