aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/ui.h')
-rw-r--r--src/utils/ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/ui.h b/src/utils/ui.h
index fe62c60fc..f69bb2c6d 100644
--- a/src/utils/ui.h
+++ b/src/utils/ui.h
@@ -13,8 +13,9 @@
namespace Botan {
-/*
+/**
* User Interface
+* Only really used for callbacks for PKCS #8 decryption
*/
class BOTAN_DLL User_Interface
{