1 | *************** |
---|
2 | *** 39,45 **** |
---|
3 | |
---|
4 | X509CertificateInfo::EntityInfo::EntityInfo(X509CertificateInfo::EntityInfo &&other) noexcept = default; |
---|
5 | |
---|
6 | - X509CertificateInfo::EntityInfo &X509CertificateInfo::EntityInfo::operator=(X509CertificateInfo::EntityInfo &&other) noexcept = default; |
---|
7 | |
---|
8 | X509CertificateInfo::X509CertificateInfo() : ku_extensions(KU_NONE), cert_version(-1), is_self_signed(false) { } |
---|
9 | |
---|
10 | --- 39,45 ---- |
---|
11 | |
---|
12 | X509CertificateInfo::EntityInfo::EntityInfo(X509CertificateInfo::EntityInfo &&other) noexcept = default; |
---|
13 | |
---|
14 | + X509CertificateInfo::EntityInfo &X509CertificateInfo::EntityInfo::operator=(X509CertificateInfo::EntityInfo &&other) = default; |
---|
15 | |
---|
16 | X509CertificateInfo::X509CertificateInfo() : ku_extensions(KU_NONE), cert_version(-1), is_self_signed(false) { } |
---|
17 | |
---|