Merge pull request #7587 from douzzer/20240524-pq-clang-tidy
20240524-pq-clang-tidy
This commit is contained in:
commit
200f309e0e
@ -489,6 +489,7 @@ static int parse_private_key(const byte* priv, word32 privSz,
|
||||
/* At this point, it is still a PKCS8 private key. */
|
||||
if ((ret = ToTraditionalInline(priv, &idx, privSz)) < 0) {
|
||||
/* ignore error, did not have PKCS8 header */
|
||||
(void)ret;
|
||||
}
|
||||
|
||||
/* Now it is a octet_string(concat(priv,pub)) */
|
||||
|
@ -470,6 +470,7 @@ static int parse_private_key(const byte* priv, word32 privSz,
|
||||
/* At this point, it is still a PKCS8 private key. */
|
||||
if ((ret = ToTraditionalInline(priv, &idx, privSz)) < 0) {
|
||||
/* ignore error, did not have PKCS8 header */
|
||||
(void)ret;
|
||||
}
|
||||
|
||||
/* Now it is a octet_string(concat(priv,pub)) */
|
||||
|
@ -432,6 +432,7 @@ static int parse_private_key(const byte* priv, word32 privSz,
|
||||
/* At this point, it is still a PKCS8 private key. */
|
||||
if ((ret = ToTraditionalInline(priv, &idx, privSz)) < 0) {
|
||||
/* ignore error, did not have PKCS8 header */
|
||||
(void)ret;
|
||||
}
|
||||
|
||||
/* Now it is a octet_string(concat(priv,pub)) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user