aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark/benchmark.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-20 00:53:49 +0000
committerlloyd <[email protected]>2009-11-20 00:53:49 +0000
commit5ea8667cecbf51dcc377b0e404cd664dae58a928 (patch)
tree6cc1fa36be2ab23eeb0513bd881349043ab0f980 /src/benchmark/benchmark.h
parente02ec3a2273b72096ae789bee28333690bd02908 (diff)
Add missing BOTAN_DLL macros for algorithm_benchmark and SCAN_Name
Diffstat (limited to 'src/benchmark/benchmark.h')
-rw-r--r--src/benchmark/benchmark.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/benchmark/benchmark.h b/src/benchmark/benchmark.h
index 272cfdfa2..1b2730105 100644
--- a/src/benchmark/benchmark.h
+++ b/src/benchmark/benchmark.h
@@ -48,11 +48,11 @@ namespace Botan {
* @return results a map from provider to speed in mebibytes per second
*/
std::map<std::string, double>
-algorithm_benchmark(const std::string& name,
- u32bit milliseconds,
- Timer& timer,
- RandomNumberGenerator& rng,
- Algorithm_Factory& af);
+BOTAN_DLL algorithm_benchmark(const std::string& name,
+ u32bit milliseconds,
+ Timer& timer,
+ RandomNumberGenerator& rng,
+ Algorithm_Factory& af);
}