diff options
author | neusdan <neusdan> | 2015-03-10 13:19:15 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-03-10 13:19:15 +0000 |
commit | 26a67dbac3d7413bf4c520473b6ab7c97266a133 (patch) | |
tree | abc74201f5ba64aa71b443a432fb6b46381204cb /src/tests/unit_ecdsa.cpp | |
parent | ae23641ce0531e77b77d660873de1c2e374d21d0 (diff) |
Comile fixes for VC 2013. Based on github pull 56
Diffstat (limited to 'src/tests/unit_ecdsa.cpp')
-rw-r--r-- | src/tests/unit_ecdsa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/unit_ecdsa.cpp b/src/tests/unit_ecdsa.cpp index fb421cad8..ccbd168c7 100644 --- a/src/tests/unit_ecdsa.cpp +++ b/src/tests/unit_ecdsa.cpp @@ -462,7 +462,7 @@ size_t test_ecc_key_with_rfc5915_extensions(RandomNumberGenerator& rng) } catch(std::exception& e) { - std::cout << "Exception in " << __func__ << " - " << e.what() << "\n"; + std::cout << "Exception in " << BOTAN_CURRENT_FUNCTION << " - " << e.what() << "\n"; ++fails; } |