Skip to content
Snippets Groups Projects
Commit 199f24e1 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

More crypt() cleanup.

parent 37627eb5
No related branches found
No related tags found
No related merge requests found
......@@ -769,14 +769,6 @@ init_des()
static unsigned char perm[64], tmp32[32]; /* "static" for speed */
static volatile long init_start = 0;
if (InterlockedCompareExchange((PVOID *)&init_start,
(PVOID)1, (PVOID)0) == (PVOID)1)
{
while (!des_ready)
Sleep(0);
return;
}
/*
* table that converts chars "./0-9A-Za-z"to integers 0-63.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment