summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authortb <>2023-05-05 12:20:03 +0000
committertb <>2023-05-05 12:20:03 +0000
commit6e09131c76b8f3355a84f4dfe27686f421bbbe2c (patch)
treec8dd9835a9e8e7a7e7cde45b054064a983b5665a /src/lib
parentf6e04428acaae7386fa256d1e42c3e05b4caa1df (diff)
downloadopenbsd-6e09131c76b8f3355a84f4dfe27686f421bbbe2c.tar.gz
openbsd-6e09131c76b8f3355a84f4dfe27686f421bbbe2c.tar.bz2
openbsd-6e09131c76b8f3355a84f4dfe27686f421bbbe2c.zip
Link rsa_x931.c to build
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libcrypto/Makefile3
1 files changed, 2 insertions, 1 deletions
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 @@
1# $OpenBSD: Makefile,v 1.125 2023/04/28 16:30:14 tb Exp $ 1# $OpenBSD: Makefile,v 1.126 2023/05/05 12:20:03 tb Exp $
2 2
3LIB= crypto 3LIB= crypto
4LIBREBUILD=y 4LIBREBUILD=y
@@ -606,6 +606,7 @@ SRCS+= rsa_prn.c
606SRCS+= rsa_pss.c 606SRCS+= rsa_pss.c
607SRCS+= rsa_saos.c 607SRCS+= rsa_saos.c
608SRCS+= rsa_sign.c 608SRCS+= rsa_sign.c
609SRCS+= rsa_x931.c
609 610
610# sha/ 611# sha/
611SRCS+= sha1.c 612SRCS+= sha1.c