fix Signer hash size w/o SHA, fix GetCA caList b4 lock
This commit is contained in:
parent
98b7ed9d47
commit
9dbf6a5e10
@ -282,7 +282,7 @@ struct DecodedCert {
|
||||
#ifdef SHA_DIGEST_SIZE
|
||||
#define SIGNER_DIGEST_SIZE SHA_DIGEST_SIZE
|
||||
#else
|
||||
#define SIGNER_DIGEST_SIZE 160
|
||||
#define SIGNER_DIGEST_SIZE 20
|
||||
#endif
|
||||
|
||||
/* CA Signers */
|
||||
|
Loading…
Reference in New Issue
Block a user