Skip to content

Commit

Permalink
Fix clang failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjrelyea committed Feb 25, 2021
1 parent e2023b9 commit 65cb1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pk11wrap/pk11slot.c
Expand Up @@ -1371,7 +1371,7 @@ PK11_InitToken(PK11SlotInfo *slot, PRBool loadCerts)

/* Not all tokens have profile objects or even recognize what profile
* objects are it's OK for pk11_ReadProfileList to fail */
(void) pk11_ReadProfileList(slot);
(void)pk11_ReadProfileList(slot);

if (!(slot->isInternal) && (slot->hasRandom)) {
/* if this slot has a random number generater, use it to add entropy
Expand Down

0 comments on commit 65cb1fd

Please sign in to comment.