mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-30 16:24:09 +03:00
Store fingerprint as raw byte array
This commit is contained in:
@ -76,7 +76,7 @@ struct _x509_ctx
|
||||
uint8_t sig_type;
|
||||
RSA_CTX *rsa_ctx;
|
||||
bigint *digest;
|
||||
bigint *fingerprint;
|
||||
uint8_t *fingerprint;
|
||||
struct _x509_ctx *next;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user