aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-05 20:13:37 +0000
committerBodo Möller <bodo@openssl.org>2001-03-05 20:13:37 +0000
commit65e8167079b9d7d3195436a78d6520ff47cf6780 (patch)
treebef2ae8cde8fa213410048a1fa7a4b4c4012c61b /crypto/rand
parent757a8b46217d4df6ffbdd3a0607094edd1eefb87 (diff)
downloadopenssl-65e8167079b9d7d3195436a78d6520ff47cf6780.tar.gz
Move ec.h to ec2.h because it is not compatible with what we will use.
Add EC vaporware: change relevant Makefiles and add some empty source files. "make update".
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/rand.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h
index d4d8fbe910..fd090ea084 100644
--- a/crypto/rand/rand.h
+++ b/crypto/rand/rand.h
@@ -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