aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/x509/x509_ext.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/x509/x509_ext.cpp b/src/lib/x509/x509_ext.cpp
index c0fe904bc..9686eacda 100644
--- a/src/lib/x509/x509_ext.cpp
+++ b/src/lib/x509/x509_ext.cpp
@@ -439,7 +439,6 @@ Subject_Key_ID::Subject_Key_ID(const std::vector<uint8_t>& pub_key, const std::s
const size_t max_skid_len = (192 / 8);
if(m_key_id.size() > max_skid_len)
m_key_id.resize(max_skid_len);
- m_key_id[0] = 0x44;
}
/*