Restore extern "C" balance.
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Nov 2001 14:33:49 +0000 (14:33 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Nov 2001 14:33:49 +0000 (14:33 +0000)
rsaref/rsaref.h

index 56a5bdfc6f7b69126830db9fa81ffde2e44d21b8..9bfcd704ddd081f8d16d1a3ecd72a6d8e452130f 100644 (file)
@@ -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
+