aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/x509
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-16 12:19:02 -0400
committerJack Lloyd <[email protected]>2018-04-16 12:19:02 -0400
commit8e1ac525333fcb09aca9f9f5126e14f8389d82ec (patch)
treee5fbb0bd7594df232a0f728af959d538126c451c /src/lib/x509
parent5a05ea6b00d672d521eabb4250dfbd997ff0700d (diff)
Remove debug assignment [ci skip]
Diffstat (limited to 'src/lib/x509')
-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;
}
/*