NetBSD/crypto
rillig 3449f7c76c libcrypto: suppress irrelevant lint warnings
The conversion from 'unsigned long' to 'int' in line 805 is due to the
laziness of declaring a carry flag as BN_ULONG, to save an extra
line of declaration.

The constants in conditional context come from the macro 'bn_cp_32'.

The unconst cast is used for initializing local BIGNUM constants; the
struct member is declared as non-const pointer.
2021-08-15 13:32:43 +00:00
..
dist/ipsec-tools fix typos in asymmetry, asymmetric(al), symmetrical. 2021-08-09 19:57:57 +00:00
external libcrypto: suppress irrelevant lint warnings 2021-08-15 13:32:43 +00:00
Makefile.openssl remove defines now defined in crypto/dso_conf.h 2020-03-22 00:54:03 +00:00
TODO