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

Commit772945b

Browse files
committed
Suppress dead, unportable src/port/crypt.c code.
This file used __int64, which is specific to native Windows, rather thanint64. Suppress the long-unused union field of this type. Noticed onCygwin x86_64 with -lcrypt not installed. Back-patch to 9.0 (allsupported versions).
1 parenta0fb59d commit772945b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/port/crypt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static intdes_cipher(const char *in, char *out, long salt, int num_iter);
8787
* define "B64" to be the declaration for a 64 bit integer.
8888
* XXX this feature is currently unused, see "endian" comment below.
8989
*/
90-
#defineB64__int64
90+
/*#define B64int64 */
9191

9292
/*
9393
* define "LARGEDATA" to get faster permutations, by using about 72 kilobytes

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp