Skip to content

Commit 199f24e

Browse files
committed
More crypt() cleanup.
1 parent 37627eb commit 199f24e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/port/crypt.c

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -769,14 +769,6 @@ init_des()
769769
static unsigned char perm[64], tmp32[32]; /* "static" for speed */
770770
static volatile long init_start = 0;
771771

772-
if (InterlockedCompareExchange((PVOID *)&init_start,
773-
(PVOID)1, (PVOID)0) == (PVOID)1)
774-
{
775-
while (!des_ready)
776-
Sleep(0);
777-
return;
778-
}
779-
780772
/*
781773
* table that converts chars "./0-9A-Za-z"to integers 0-63.
782774
*/

0 commit comments

Comments
 (0)