mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-18 23:03:34 +03:00
Certificate and public keys automatic updater (#8218)
This commit is contained in:
@ -457,6 +457,7 @@ namespace brssl {
|
||||
}
|
||||
memcpy(pk->key.ec.q, ek->q, ek->qlen);
|
||||
pk->key.ec.qlen = ek->qlen;
|
||||
pk->key.ec.curve = ek->curve;
|
||||
return pk;
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user