diff options
author | tb <> | 2023-04-20 16:19:43 +0000 |
---|---|---|
committer | tb <> | 2023-04-20 16:19:43 +0000 |
commit | db88fe8536ffa36ddf94e4a90f068f96fbfe072f (patch) | |
tree | 7f0fc6c7c8fe6f6ebb3ba0d632ade139b3c65828 /src | |
parent | 120df29f8c12340a1c16c5427a4c5c66ae232309 (diff) | |
download | openbsd-db88fe8536ffa36ddf94e4a90f068f96fbfe072f.tar.gz openbsd-db88fe8536ffa36ddf94e4a90f068f96fbfe072f.tar.bz2 openbsd-db88fe8536ffa36ddf94e4a90f068f96fbfe072f.zip |
Link s2i_ASN1_INTEGER.3 to build
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libcrypto/man/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/man/Makefile b/src/lib/libcrypto/man/Makefile index b6ea82f555..b3fa34fe12 100644 --- a/src/lib/libcrypto/man/Makefile +++ b/src/lib/libcrypto/man/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.243 2023/03/16 15:06:17 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.244 2023/04/20 16:19:43 tb Exp $ |
2 | 2 | ||
3 | .include <bsd.own.mk> | 3 | .include <bsd.own.mk> |
4 | 4 | ||
@@ -436,6 +436,7 @@ MAN= \ | |||
436 | i2d_PKCS7_bio_stream.3 \ | 436 | i2d_PKCS7_bio_stream.3 \ |
437 | lh_new.3 \ | 437 | lh_new.3 \ |
438 | lh_stats.3 \ | 438 | lh_stats.3 \ |
439 | s2i_ASN1_INTEGER.3 \ | ||
439 | openssl.cnf.5 \ | 440 | openssl.cnf.5 \ |
440 | x509v3.cnf.5 | 441 | x509v3.cnf.5 |
441 | 442 | ||