diff --git a/lang/cpp/src/context.h b/lang/cpp/src/context.h index bcb2017a..430c16e9 100644 --- a/lang/cpp/src/context.h +++ b/lang/cpp/src/context.h @@ -189,7 +189,7 @@ public: ExportSecret = 16, ExportRaw = 32, ExportPKCS12 = 64, - ExportNoUID = 128, + ExportNoUID = 128, // obsolete; has no effect ExportSSH = 256, };