aboutsummaryrefslogtreecommitdiffstats
path: root/src/cert/cvc/cvc_gen_cert.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-03-03 18:17:35 +0000
committerlloyd <[email protected]>2010-03-03 18:17:35 +0000
commit0dfe4eb2d81b80c7d6541c6627c9fe0862794e2b (patch)
tree0cc699b35344cfe3f00f3a9386b0af5c7b44c833 /src/cert/cvc/cvc_gen_cert.h
parent07c250e5b1acf64ac08096e7f4c883702040c2f0 (diff)
Remove BOTAN_DLL from templates, VC++ doesn't like it
Diffstat (limited to 'src/cert/cvc/cvc_gen_cert.h')
-rw-r--r--src/cert/cvc/cvc_gen_cert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cert/cvc/cvc_gen_cert.h b/src/cert/cvc/cvc_gen_cert.h
index e19bb5e04..48cc73d86 100644
--- a/src/cert/cvc/cvc_gen_cert.h
+++ b/src/cert/cvc/cvc_gen_cert.h
@@ -21,7 +21,7 @@ namespace Botan {
* This class represents TR03110 (EAC) v1.1 generalized CV Certificates
*/
template<typename Derived>
-class BOTAN_DLL EAC1_1_gen_CVC : public EAC1_1_obj<Derived> // CRTP continuation from EAC1_1_obj
+class EAC1_1_gen_CVC : public EAC1_1_obj<Derived> // CRTP continuation from EAC1_1_obj
{
friend class EAC1_1_obj<EAC1_1_gen_CVC>;