diff --git a/lib/EAPBase/include/EAP.h b/lib/EAPBase/include/EAP.h index 539e1c1..043690b 100644 --- a/lib/EAPBase/include/EAP.h +++ b/lib/EAPBase/include/EAP.h @@ -1,5 +1,5 @@ /* - Copyright 2015-2016 Amebis + Copyright 2015-2018 Amebis Copyright 2016 GÉANT This file is part of GÉANTLink. @@ -651,7 +651,7 @@ namespace eap /// /// Sanitizing BLOB of fixed size /// - template struct WINSTD_NOVTABLE sanitizing_blob_f + template struct WINSTD_NOVTABLE sanitizing_blob_f { unsigned char data[N]; ///< BLOB data @@ -778,7 +778,7 @@ namespace eap /// /// Sanitizing BLOB of fixed size (zero initialized) /// - template struct WINSTD_NOVTABLE sanitizing_blob_zf : sanitizing_blob_f + template struct WINSTD_NOVTABLE sanitizing_blob_zf : sanitizing_blob_f { /// /// Constructor