From 6e09131c76b8f3355a84f4dfe27686f421bbbe2c Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 5 May 2023 12:20:03 +0000 Subject: Link rsa_x931.c to build --- src/lib/libcrypto/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/libcrypto/Makefile b/src/lib/libcrypto/Makefile index 4238e6df95..738bab21d3 100644 --- a/src/lib/libcrypto/Makefile +++ b/src/lib/libcrypto/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.125 2023/04/28 16:30:14 tb Exp $ +# $OpenBSD: Makefile,v 1.126 2023/05/05 12:20:03 tb Exp $ LIB= crypto LIBREBUILD=y @@ -606,6 +606,7 @@ SRCS+= rsa_prn.c SRCS+= rsa_pss.c SRCS+= rsa_saos.c SRCS+= rsa_sign.c +SRCS+= rsa_x931.c # sha/ SRCS+= sha1.c -- cgit v1.2.3-55-g6feb