diff options
author | tb <> | 2023-05-05 12:20:03 +0000 |
---|---|---|
committer | tb <> | 2023-05-05 12:20:03 +0000 |
commit | 6e09131c76b8f3355a84f4dfe27686f421bbbe2c (patch) | |
tree | c8dd9835a9e8e7a7e7cde45b054064a983b5665a /src/lib | |
parent | f6e04428acaae7386fa256d1e42c3e05b4caa1df (diff) | |
download | openbsd-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/Makefile | 3 |
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 | ||
3 | LIB= crypto | 3 | LIB= crypto |
4 | LIBREBUILD=y | 4 | LIBREBUILD=y |
@@ -606,6 +606,7 @@ SRCS+= rsa_prn.c | |||
606 | SRCS+= rsa_pss.c | 606 | SRCS+= rsa_pss.c |
607 | SRCS+= rsa_saos.c | 607 | SRCS+= rsa_saos.c |
608 | SRCS+= rsa_sign.c | 608 | SRCS+= rsa_sign.c |
609 | SRCS+= rsa_x931.c | ||
609 | 610 | ||
610 | # sha/ | 611 | # sha/ |
611 | SRCS+= sha1.c | 612 | SRCS+= sha1.c |