# $NetBSD: Makefile,v 1.14 2018/09/23 13:34:57 christos Exp $ .include SUBDIR+=bf bn cast conf des dh dsa ec ecdh ecdsa engine evp hmac \ md2 rc2 rc4 rsa srp threads SUBDIR+=idea mdc2 SUBDIR+=rc5 .if ${HAVE_OPENSSL} == 10 SUBDIR += lhash sha x509v3 .endif TESTSDIR= ${TESTSBASE}/crypto/libcrypto .if ${HAVE_OPENSSL} == 10 TESTS_SH= t_certs .endif TESTS_SH+= t_ciphers TESTS_SH+= t_hashes TESTS_SH+= t_libcrypto TESTS_SH+= t_pubkey .include