• Noah Misch's avatar
    Suppress dead, unportable src/port/crypt.c code. · 772945b4
    Noah Misch authored
    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).
    772945b4
crypt.c 29.5 KB