We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20147ba commit 6f81f5cCopy full SHA for 6f81f5c
src/crl.c
@@ -611,7 +611,8 @@ static void SetCrlInfoFromDecoded(DecodedCRL* entry, CrlInfo *info)
611
#endif
612
613
/* Returns 1 if prev crlNumber is smaller, 0 otherwise */
614
-static int CompareCRLnumber(CRL_Entry* prev, CRL_Entry* curr) {
+static int CompareCRLnumber(CRL_Entry* prev, CRL_Entry* curr)
615
+{
616
word32 i;
617
word32 prevCrlNumLen = (word32)XSTRLEN((char*)prev->crlNumber);
618
word32 currCrlNumLen = (word32)XSTRLEN((char*)curr->crlNumber);
0 commit comments