diff options
author | Bodo Möller <bodo@openssl.org> | 2001-03-05 21:13:37 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2001-03-05 21:13:37 +0100 |
commit | 65e8167079b9d7d3195436a78d6520ff47cf6780 (patch) | |
tree | bef2ae8cde8fa213410048a1fa7a4b4c4012c61b /crypto/rand | |
parent | Document the SSLv2 session reuse fix. (diff) | |
download | openssl-65e8167079b9d7d3195436a78d6520ff47cf6780.tar.xz openssl-65e8167079b9d7d3195436a78d6520ff47cf6780.zip |
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.h | 7 |
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 |