mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-09-22 13:23:39 +08:00
Add LMS key_update callback
This commit is contained in:
@@ -115,7 +115,7 @@ bad:
|
||||
return -1;
|
||||
}
|
||||
if (verbose) {
|
||||
lms_public_key_print(stderr, 0, 0, "lms_public_key", &key.public_key);
|
||||
lms_public_key_print(stderr, 0, 0, "lms_public_key", &key);
|
||||
}
|
||||
|
||||
if (lms_private_key_to_bytes(&key, &pout, &outlen) != 1) {
|
||||
|
||||
Reference in New Issue
Block a user