Suppress dead, unportable src/port/crypt.c code.

Noah Misch <noah@leadboat.com>

Commit: 62698dae6b4fd066f8d4e4a4f0a41c3155769d3d
Author: Noah Misch <noah@leadboat.com>
Date: 2014-10-13T03:27:17Z
Releases: 9.4.0
Suppress dead, unportable src/port/crypt.c code.

This file used __int64, which is specific to native Windows, rather than
int64.  Suppress the long-unused union field of this type.  Noticed on
Cygwin x86_64 with -lcrypt not installed.  Back-patch to 9.0 (all
supported versions).

Files

PathChange+/−
src/port/crypt.c modified +1 −1