mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Explicit cast to int
This commit is contained in:
@@ -10378,7 +10378,7 @@ static const CertNameData certNameSubject[] = {
|
||||
};
|
||||
|
||||
static const int certNameSubjectSz =
|
||||
sizeof(certNameSubject) / sizeof(CertNameData);
|
||||
(int) (sizeof(certNameSubject) / sizeof(CertNameData));
|
||||
|
||||
/* Full email OID. */
|
||||
static const byte emailOid[] = {
|
||||
|
Reference in New Issue
Block a user