aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/cert/x509/pkcs10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/cert/x509/pkcs10.h')
-rw-r--r--src/lib/cert/x509/pkcs10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cert/x509/pkcs10.h b/src/lib/cert/x509/pkcs10.h
index 6aa66fbfd..999395f93 100644
--- a/src/lib/cert/x509/pkcs10.h
+++ b/src/lib/cert/x509/pkcs10.h
@@ -102,7 +102,7 @@ class BOTAN_DLL PKCS10_Request : public X509_Object
void force_decode() override;
void handle_attribute(const Attribute&);
- Data_Store info;
+ Data_Store m_info;
};
}