From 65cb1fd5c835a909bc29f0ddd90955df1c5241b6 Mon Sep 17 00:00:00 2001 From: Robert Relyea Date: Thu, 25 Feb 2021 13:52:59 -0800 Subject: [PATCH] Fix clang failure. --- lib/pk11wrap/pk11slot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pk11wrap/pk11slot.c b/lib/pk11wrap/pk11slot.c index d64e2a10dc..2f805431dd 100644 --- a/lib/pk11wrap/pk11slot.c +++ b/lib/pk11wrap/pk11slot.c @@ -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