Move ec.h to ec2.h because it is not compatible with what we will use.
[openssl.git] / crypto / rand / rand.h
index d4d8fbe9102a56fc522330499b7f9b95bfebad0f..fd090ea08479c84747dc2ca89d9d13b018c2e118 100644 (file)
@@ -112,10 +112,6 @@ int RAND_event(UINT, WPARAM, LPARAM);
 
 #endif
 
-#ifdef  __cplusplus
-}
-#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.
@@ -129,5 +125,8 @@ int RAND_event(UINT, WPARAM, LPARAM);
 /* Reason codes. */
 #define RAND_R_PRNG_NOT_SEEDED                          100
 
+#ifdef  __cplusplus
+}
+#endif
 #endif