head 1.2; access; symbols netbsd-11-0-RC4:1.2 netbsd-11-0-RC3:1.2 netbsd-11-0-RC2:1.2 netbsd-11-0-RC1:1.2 perseant-exfatfs-base-20250801:1.2 netbsd-11:1.2.0.2 netbsd-11-base:1.2; locks; strict; comment @# @; 1.2 date 2025.07.21.22.21.21; author christos; state Exp; branches; next 1.1; commitid EfV6iQV6VZVZdF3G; 1.1 date 2025.07.17.14.26.12; author christos; state Exp; branches; next ; commitid 9yTxET2KrcqKI63G; desc @@ 1.2 log @Instead of linking against libcrypto.a to get all the hidden methods, compile them directly. It is not that many of them and it is cleaner this way. @ text @# $NetBSD: ssl.inc,v 1.1 2025/07/17 14:26:12 christos Exp $ # # @@(#) Copyright (c) 1995 Simon J. Gerraty # # SRCS extracted from ../../dist/openssl/ssl/Makefile.ssl # .PATH: ${OPENSSLSRC}/ssl CPPFLAGS+= -I${OPENSSLSRC}/ssl SRCS+= \ bio_ssl.c \ d1_lib.c \ d1_msg.c \ d1_srtp.c \ methods.c \ priority_queue.c \ pqueue.c \ s3_enc.c \ s3_lib.c \ s3_msg.c \ ssl_asn1.c \ ssl_cert.c \ ssl_cert_comp.c \ ssl_ciph.c \ ssl_conf.c \ ssl_err_legacy.c \ ssl_init.c \ ssl_lib.c \ ssl_mcnf.c \ ssl_rsa.c \ ssl_rsa_legacy.c \ ssl_sess.c \ ssl_stat.c \ ssl_txt.c \ ssl_utst.c \ ssl3_cbc.c \ t1_enc.c \ t1_lib.c \ t1_trce.c \ tls13_enc.c \ tls_depr.c \ tls_srp.c @ 1.1 log @Add build glue and generated files. @ text @d1 1 a1 1 # $NetBSD: ssl.inc,v 1.11 2023/05/06 17:07:24 christos Exp $ d38 1 @