History log of /netbsd-src/usr.bin/dc/bcode.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 3c7417b2 26-Jun-2023 martin <martin@NetBSD.org>

Make this compile when BIGNUM limbs (BN_ULONG) are not the same
size as "unsigned long" (e.g. in bn(64/32) configurations of openssl).


# fa34604a 06-Feb-2018 christos <christos@NetBSD.org>

Adjust to OpenSSL 1.1


# fc8ee2f5 10-Apr-2017 christos <christos@NetBSD.org>

build fixes.


# 7d0b3229 10-Apr-2017 christos <christos@NetBSD.org>

Import OpenBSD's dc.