1
0
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:
Ivan Grokhotkov
2015-09-18 12:38:27 +03:00
parent a069bc0eb6
commit 6f48f0d114
3 changed files with 5 additions and 7 deletions

View File

@ -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;
};