boringssl/crypto/ecdsa
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
ecdsa_asn1.c Fix Windows shared library build. 2014-10-01 02:01:53 +00:00
ecdsa_error.c Move public headers to include/openssl/ 2014-07-14 22:42:18 +00:00
ecdsa_test.c Add a CRYPTO_library_init and static-initializer-less build option. 2014-09-12 00:10:53 +00:00
ecdsa.c Fix minor issues found by Clang's analysis. 2014-09-02 22:39:41 +00:00