CVSROOT:        /cvs
Module name:    src
Changes by:     flor...@cvs.openbsd.org 2020/01/21 23:47:15

Modified files:
        usr.sbin/bind/lib/dns: ds.c dst_api.c dst_gost.h dst_internal.h 
                               dst_openssl.h hmac_link.c openssl_link.c 
                               openssldsa_link.c opensslecdsa_link.c 
                               opensslrsa_link.c 
        usr.sbin/bind/lib/isc: aes.c hmacsha.c sha1.c sha2.c 
        usr.sbin/bind/lib/isc/include/isc: hmacsha.h platform.h.in 
                                           sha1.h sha2.h 
Removed files:
        usr.sbin/bind/lib/dns: openssleddsa_link.c opensslgost_link.c 

Log message:
unifdef openssl, specifically with passing this to unifdef(1) and
a bit of hand massaging:

define HAVE_EVP_SHA256
define HAVE_EVP_SHA384
define HAVE_EVP_SHA512
undef HAVE_FIPS_MODE
undef HAVE_OPENSSL_AES
define HAVE_OPENSSL_ECDSA
undef HAVE_OPENSSL_ED25519
undef HAVE_OPENSSL_ED448
define HAVE_OPENSSL_EVP_AES
undef HAVE_OPENSSL_GOST
define ISC_PLATFORM_OPENSSLHASH
define OPENSSL_VERSION_NUMBER 0x20000000L
define USE_EVP
define ECDSA_R_RANDOM_NUMBER_GENERATION_FAILED
define OPENSSL

Guidance & OK tb

Reply via email to