mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-05-07 08:56:17 +08:00
Update skf_ext.c
This commit is contained in:
@@ -191,7 +191,7 @@ ULONG SKF_PrintDevInfo(BIO *out, DEVINFO *devInfo)
|
||||
BIO_puts(out, "\n");
|
||||
|
||||
BIO_printf(out, " %-16s : ", "Public Keys");
|
||||
for (size_t i = n = 0; i < OSSL_NELEM(skf_pkey_caps); i++) {
|
||||
for (i = n = 0; i < OSSL_NELEM(skf_pkey_caps); i++) {
|
||||
if ((devInfo->AlgAsymCap & skf_pkey_caps[i].id) ==
|
||||
skf_pkey_caps[i].id) {
|
||||
BIO_printf(out, "%s%s", n ? "," : "", skf_pkey_caps[i].name);
|
||||
|
||||
Reference in New Issue
Block a user