From 27482d71e00dcf106735ef824ded70cf25c6150f Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Fri, 22 Sep 2017 11:38:42 -0400 Subject: Apply final annotations to the library also Done by a perl script which converted all classes to final, followed by selective reversion where it caused compilation failures. --- src/lib/pk_pad/emsa1/emsa1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/pk_pad') diff --git a/src/lib/pk_pad/emsa1/emsa1.h b/src/lib/pk_pad/emsa1/emsa1.h index 1d682f7f1..98c040b2b 100644 --- a/src/lib/pk_pad/emsa1/emsa1.h +++ b/src/lib/pk_pad/emsa1/emsa1.h @@ -17,7 +17,7 @@ namespace Botan { * EMSA1 from IEEE 1363 * Essentially, sign the hash directly */ -class BOTAN_PUBLIC_API(2,0) EMSA1 : public EMSA +class BOTAN_PUBLIC_API(2,0) EMSA1 final : public EMSA { public: /** -- cgit v1.2.3