forked from wolfSSL/wolfssl
Adding comment for empty case in GetNameType
This commit is contained in:
@@ -9466,7 +9466,9 @@ static char GetNameType(CertName* name, int idx)
|
|||||||
#else
|
#else
|
||||||
case 7:
|
case 7:
|
||||||
#endif
|
#endif
|
||||||
|
/* FALL THROUGH */
|
||||||
|
/* The last index, email name, does not have encoding type.
|
||||||
|
The empty case here is to keep track of it for future reference. */
|
||||||
default:
|
default:
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user