Suppress dead, unportable src/port/crypt.c code.
authorNoah Misch
Mon, 13 Oct 2014 03:27:06 +0000 (23:27 -0400)
committerNoah Misch
Mon, 13 Oct 2014 03:27:21 +0000 (23:27 -0400)
commit69e29b17eca1954ece32638a5e7740a1de25a244
tree73bfb0656f53ead8d4daf47066d4eea1bfb5a614
parent090ad74b00e023ba8af10cc3376b3e5a415de2e7
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).
src/port/crypt.c