From: Richard Levitte Date: Thu, 15 Nov 2001 14:33:49 +0000 (+0000) Subject: Restore extern "C" balance. X-Git-Tag: OpenSSL_0_9_6c~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5a8e7c5becb38913f3334afb8aa6f13126d0d5e9;p=oweals%2Fopenssl.git Restore extern "C" balance. --- 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 +