Commit 5a8e7c5b authored by Richard Levitte's avatar Richard Levitte
Browse files

Restore extern "C" balance.

parent 75df0bb2
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -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