Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit199f24e

Browse files
committed
More crypt() cleanup.
1 parent37627eb commit199f24e

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
staticunsignedcharperm[64],tmp32[32];/* "static" for speed */
770770
staticvolatilelonginit_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)

[8]ページ先頭

©2009-2025 Movatter.jp