aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/python/src/x509.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/python/src/x509.cpp b/misc/python/src/x509.cpp
index 32960839a..c3bfef5e1 100644
--- a/misc/python/src/x509.cpp
+++ b/misc/python/src/x509.cpp
@@ -116,8 +116,8 @@ void export_x509()
.value("tls_server", X509_Store::TLS_SERVER)
.value("tls_client", X509_Store::TLS_CLIENT)
.value("code_signing", X509_Store::CODE_SIGNING)
- .value("email", X509_Store::EMAIL_PROTECTION)
- .value("timestamping", X509_Store::TIME_STAMPING)
+ .value("email_protection", X509_Store::EMAIL_PROTECTION)
+ .value("time_stamping", X509_Store::TIME_STAMPING)
.value("crl_signing", X509_Store::CRL_SIGNING);
{