boringssl/crypto/ec
David Benjamin 775b75f9de Fix Windows shared library build.
Windows is much pickier about dllimport/dllexport. Declare it on
the declaration, not the definition. Also ensure that the declaration
precedes the definition. Finally, remove a stray OPENSSL_EXPORT.

Change-Id: Id50b9de5acbe5adf1b15b22dd60b7a5c13a80cce
Reviewed-on: https://boringssl-review.googlesource.com/1862
Reviewed-by: Adam Langley <agl@google.com>
2014-10-01 02:01:53 +00:00
..
CMakeLists.txt Inital import. 2014-06-20 13:17:32 -07:00
ec_asn1.c Fix Windows shared library build. 2014-10-01 02:01:53 +00:00
ec_error.c Readd EC_GROUP_get_curve_GFp. 2014-08-26 21:52:12 +00:00
ec_key.c Introduce EVP_PKEY_is_opaque to replace RSA_METHOD_FLAG_NO_CHECK. 2014-07-18 23:35:04 +00:00
ec_montgomery.c Inital import. 2014-06-20 13:17:32 -07:00
ec.c Readd EC_GROUP_get_curve_GFp. 2014-08-26 21:52:12 +00:00
example_mul.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
internal.h Convert all zero-argument functions to '(void)' 2014-08-21 01:06:07 +00:00
oct.c Inital import. 2014-06-20 13:17:32 -07:00
simple.c Simplify ec_GFp_simple_points_make_affine. 2014-08-05 21:22:38 +00:00
wnaf.c Fix minor issues found by Clang's analysis. 2014-09-02 22:39:41 +00:00