mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
e9d4b4face
this breaks on i386 with LLVM 22's more restrictive checks as the types of the variable pointed to don't match (the functions want DES_LONG *, which is an unsigned long on i386). change to passing pointers to DES_LONG instead, fixing i386, and a noop on other archs. ok tb@