diff options
Diffstat (limited to 'src/lib/prov/pkcs11/p11_object.h')
-rw-r--r-- | src/lib/prov/pkcs11/p11_object.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/prov/pkcs11/p11_object.h b/src/lib/prov/pkcs11/p11_object.h index e6e3200bc..4cacdbfa7 100644 --- a/src/lib/prov/pkcs11/p11_object.h +++ b/src/lib/prov/pkcs11/p11_object.h @@ -149,7 +149,7 @@ class BOTAN_PUBLIC_API(2,0) ObjectFinder final #endif /// Terminates a search for token and session objects (calls C_FindObjectsFinal) - ~ObjectFinder() BOTAN_NOEXCEPT; + ~ObjectFinder() noexcept; /** * Starts or continues a search for token and session objects that match a template, obtaining additional object handles (calls C_FindObjects) |